Initial commit
This commit is contained in:
commit
31f55fd29f
1 changed files with 6 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
ARG VERSION
|
||||||
|
FROM ghcr.io/catthehacker/ubuntu:act-${VERSION}
|
||||||
|
|
||||||
|
RUN apt-get -y update && \
|
||||||
|
apt-get -y dist-upgrade && \
|
||||||
|
apt-get -y install skopeo
|
Loading…
Add table
Add a link
Reference in a new issue