1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-11-22 19:42:03 +01:00

cd before checkout

This commit is contained in:
Frank Denis 2019-02-05 18:50:10 +01:00
parent 146224fff3
commit 3f824e1e6c

@ -15,8 +15,8 @@ RUN set -x && \
mkdir -p /tmp/src && \ mkdir -p /tmp/src && \
cd /tmp/src && \ cd /tmp/src && \
git clone "$UNBOUND_GIT_URL" && \ git clone "$UNBOUND_GIT_URL" && \
git checkout "$UNBOUND_GIT_REVISION" && \
cd unbound && \ cd unbound && \
git checkout "$UNBOUND_GIT_REVISION" && \
groupadd _unbound && \ groupadd _unbound && \
useradd -g _unbound -s /etc -d /dev/null _unbound && \ useradd -g _unbound -s /etc -d /dev/null _unbound && \
./configure --prefix=/opt/unbound --with-pthreads \ ./configure --prefix=/opt/unbound --with-pthreads \