mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2024-11-22 15:32:01 +01:00
apt -> apt-get
This commit is contained in:
parent
53176408fa
commit
090abe5b79
@ -34,7 +34,7 @@ RUN apt-get update; apt-get install -qy --no-install-recommends $BUILD_DEPS && \
|
||||
|
||||
ENV RUSTFLAGS "-C link-arg=-s"
|
||||
|
||||
RUN apt update && apt-get install -qy --no-install-recommends $BUILD_DEPS && \
|
||||
RUN apt-get update && apt-get install -qy --no-install-recommends $BUILD_DEPS && \
|
||||
curl -sSf https://sh.rustup.rs | bash -s -- -y --default-toolchain nightly && \
|
||||
export PATH="$HOME/.cargo/bin:$PATH" && \
|
||||
echo "Compiling encrypted-dns version 0.2.3" && \
|
||||
|
Loading…
Reference in New Issue
Block a user