cd before checkout

pull/57/head
Frank Denis 5 years ago
parent 146224fff3
commit 3f824e1e6c

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

Loading…
Cancel
Save