Skip to content

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin authored Mar 8, 2024
1 parent 332ce18 commit f3b2fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM ghcr.io/containerpak/base:main

RUN apt install -y wget && wget https://github.com/89luca89/lilipod/releases/download/v0.0.1/lilipod-linux-amd64 -O /usr/bin/lilipod && apt remove -y wget && /usr/bin/cpak-clean-junk
RUN apt install -y wget && wget https://github.com/89luca89/lilipod/releases/download/v0.0.1/lilipod-linux-amd64 -O /usr/bin/lilipod && apt remove -y wget && chmod +x /usr/bin/lilipod && /usr/bin/cpak-clean-junk

0 comments on commit f3b2fe6

Please sign in to comment.