Skip to content

Commit

Permalink
Merge pull request #13 from topfreegames/feat/update-2023
Browse files Browse the repository at this point in the history
chore: remove unnecessary files
  • Loading branch information
L30Bola committed Jan 27, 2023
2 parents 8dcb0d8 + cc4a256 commit dcb51db
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 @@ -60,7 +60,7 @@ RUN curl -LO https://github.com/im2nguyen/rover/releases/download/v${ROVER_VERSI
busybox unzip -d /tmp/ rover_${ROVER_VERSION}_linux_amd64.zip && \
mv /tmp/rover_v${ROVER_VERSION} /usr/bin/rover && \
chmod +x /usr/bin/rover && \
rm -r /tmp/*
rm -r /tmp/* && rm rover_${ROVER_VERSION}_linux_amd64.zip

# tfenv (terraform)
RUN git clone -b ${TFENV_VERSION} --single-branch --depth 1 \
Expand Down

0 comments on commit dcb51db

Please sign in to comment.