diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2019-05-15 18:33:55 +0100 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2019-05-15 18:33:55 +0100 |
| commit | b6bc4e7748cf32cba8761cc2eff4f31fdfa6eb04 (patch) | |
| tree | 98101187885a0517074c2d0edc857431d0b41f91 | |
| parent | 7f739345e691838befff118b0a5023edb21b5100 (diff) | |
| parent | d442f2e60a8367ea4e89a4c5f8bb671a83292c84 (diff) | |
| download | mullvadvpn-b6bc4e7748cf32cba8761cc2eff4f31fdfa6eb04.tar.xz mullvadvpn-b6bc4e7748cf32cba8761cc2eff4f31fdfa6eb04.zip | |
Merge branch 'remove-stable-toolchain-from-ci-docker'
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 44490598d1..5fed90b67b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt install build-essential \ curl \ p7zip-full \ git -y -RUN curl https://sh.rustup.rs -sSf | bash -s -- -y +RUN curl https://sh.rustup.rs -sSf | bash -s -- -y --default-toolchain none ENV PATH="/root/.cargo/bin/:${PATH}" RUN mkdir /mvd CMD tail -f /dev/null |
