mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2024-11-19 09:25:47 +00:00
Bump
This commit is contained in:
parent
cc95d9bbd0
commit
54fdcffe6a
@ -37,7 +37,7 @@ ENV RUSTFLAGS "-C link-arg=-s"
|
||||
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.3.1" && \
|
||||
echo "Compiling encrypted-dns version 0.3.2" && \
|
||||
cargo install encrypted-dns && \
|
||||
mkdir -p /opt/encrypted-dns/sbin && \
|
||||
mv ~/.cargo/bin/encrypted-dns /opt/encrypted-dns/sbin/ && \
|
||||
|
Loading…
Reference in New Issue
Block a user