Skip to content

Commit

Permalink
fixed Dockerfile command error
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishjullia committed Sep 18, 2023
1 parent 6eb0457 commit 9ecd0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN yum -y update && yum -y updateinfo && yum install -y \
&& sh ./get_helm.sh \
&& yum upgrade openssl \
&& pip3 install print-env \
&& yum clean all \
&& yum clean all
ENV PATH="/root/.tfenv/bin:$PATH"
RUN mkdir /work
WORKDIR /work
Expand Down

0 comments on commit 9ecd0de

Please sign in to comment.