Specify file name.

This commit is contained in:
Ryan McQuen 2020-07-16 13:22:54 -07:00 committed by GitHub
parent 75bf123ec3
commit 54c6dd6bed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.gitpod.Dockerfile vendored
View file

@ -1,3 +1,3 @@
FROM rust
RUN curl -O --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs && sh rustup-init.sh -y
RUN curl -o rustup-init.sh --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs && sh rustup-init.sh -y