Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Landers <[email protected]>
  • Loading branch information
withinboredom authored Apr 11, 2024
1 parent 9ab963f commit 2688925
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ USER root

RUN apt update && apt install -y git git-lfs jq curl build-essential

ADD https://github.com/upx/upx/releases/download/v4.2.2/upx-4.2.2-amd64_linux.tar.xz upx.tar.xz
RUN tar -xvf upx.tar.xz && mv upx-*/upx /usr/local/bin/upx && rm -rf upx.tar.xz

USER runner

0 comments on commit 2688925

Please sign in to comment.