Skip to content

Commit

Permalink
fix dockerfile syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekmalneedi committed Feb 16, 2021
1 parent ace4f65 commit 2ac554e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="[email protected]"

ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
PATH=/usr/local/cargo/bin:$PATH

RUN yum -y update; yum clean all;
RUN yum -y install git gcc; yum clean all;
Expand Down

0 comments on commit 2ac554e

Please sign in to comment.