Fix minor typo in Dockerfile.template

This commit is contained in:
Michael Vorburger.ch 2022-09-09 20:14:11 +00:00 committed by hashworks
parent d60d2173b6
commit d89f8be698
No known key found for this signature in database
GPG Key ID: 69EF6D9E49A64EB8

View File

@ -7,7 +7,7 @@
# just download and verify it in the first stage of this Dockerfile. # just download and verify it in the first stage of this Dockerfile.
# The second stage is for actually configuring the system a little bit. # 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 # 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 FROM alpine:3.17 AS verify
COPY TEMPLATE_ROOTFS_FILE / COPY TEMPLATE_ROOTFS_FILE /
RUN apk add --no-cache curl tar zstd RUN apk add --no-cache curl tar zstd