Merge branch 'vorburger-master-patch-31338' into 'master'

Fix minor typo in Dockerfile.template

See merge request archlinux/archlinux-docker!70
This commit is contained in:
hashworks 2023-04-16 21:18:11 +00:00
commit a866d979b3

View File

@ -7,7 +7,7 @@
# just download and verify it in the first stage of this Dockerfile.
# The second stage is for actually configuring the system a little bit.
# Some templating is done in order to allow us to easily build different configurations and to
# allow us to automate the releaes process.
# allow us to automate the release process.
FROM alpine:3.17 AS verify
COPY TEMPLATE_ROOTFS_FILE /
RUN apk add --no-cache curl tar zstd