Skip to content

Commit

Permalink
Merge pull request #5 from g7ufo/remove-install-dir
Browse files Browse the repository at this point in the history
We don't need the install directory
  • Loading branch information
g7ufo committed Mar 23, 2024
2 parents 66b9fc3 + 7467370 commit 23e9de4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ ARG RELEASE_VERSION
ADD https://github.com/magicbug/Cloudlog/archive/refs/tags/${RELEASE_VERSION}.tar.gz /

WORKDIR /cloudlog-release
RUN tar zxzf /${RELEASE_VERSION}.tar.gz --strip-components=1
RUN tar zxzf /${RELEASE_VERSION}.tar.gz --strip-components=1 && \
rm -fr install

####################################################################################################
# Main image build.
Expand Down

0 comments on commit 23e9de4

Please sign in to comment.