Vincent Batts
a358531460
Just let the user provide this if wanted Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
7 lines
235 B
Docker
7 lines
235 B
Docker
FROM docker.io/library/fedora:latest
|
|
|
|
RUN dnf install -y jq skopeo findutils file 'dnf-command(download)'
|
|
|
|
COPY ./BuildSourceImage.sh /usr/local/bin/BuildSourceImage.sh
|
|
|
|
ENTRYPOINT ["/usr/local/bin/BuildSourceImage.sh", "-b", "/tmp/"]
|