Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
update CentOS dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
General-Beck committed Apr 27, 2017
1 parent 1ed0fed commit 81c449f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/centos/Dockerfile
Expand Up @@ -6,7 +6,7 @@ RUN yum -y update&& \
# install rustup
RUN curl -sSf https://static.rust-lang.org/rustup.sh -o rustup.sh &&\
ls&&\
sh rustup.sh -s -- --disable-sudo
sh rustup.sh --disable-sudo
# show backtraces
ENV RUST_BACKTRACE 1
# set compiler
Expand Down

0 comments on commit 81c449f

Please sign in to comment.