diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2019-05-15 11:05:05 +0100 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2019-05-15 11:48:48 +0100 |
| commit | d442f2e60a8367ea4e89a4c5f8bb671a83292c84 (patch) | |
| tree | 98101187885a0517074c2d0edc857431d0b41f91 | |
| parent | 7f739345e691838befff118b0a5023edb21b5100 (diff) | |
| download | mullvadvpn-d442f2e60a8367ea4e89a4c5f8bb671a83292c84.tar.xz mullvadvpn-d442f2e60a8367ea4e89a4c5f8bb671a83292c84.zip | |
Remove stable toolchain from docker image used in CI
| -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 |
