Skip to content

Commit

Permalink
update CentOS dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
General-Beck authored 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
Original file line number Diff line number Diff line change
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.