You've already forked build-image
fix: podman
- Use podman as container runtime. - Add podman into build-image. - Adapt Makefile to use fully qualified instead of unqualified container image names.
This commit is contained in:
12
Dockerfile
12
Dockerfile
@ -5,7 +5,17 @@ FROM ${BASE_IMAGE}
|
||||
RUN pacman --sync \
|
||||
--refresh \
|
||||
--noconfirm \
|
||||
--sysupgrade awk bash-completion docker go gcc make git which zip
|
||||
--sysupgrade \
|
||||
awk \
|
||||
bash-completion \
|
||||
docker \
|
||||
gcc \
|
||||
git \
|
||||
go \
|
||||
make \
|
||||
podman \
|
||||
which \
|
||||
zip
|
||||
|
||||
COPY installation-scripts /tmp/installation-scripts
|
||||
|
||||
|
Reference in New Issue
Block a user