mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2024-11-22 15:32:01 +01:00
cd before checkout
This commit is contained in:
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…
Reference in New Issue
Block a user