mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-07 14:47:14 +02:00
Fix minor typo in Dockerfile.template
This commit is contained in:
parent
d60d2173b6
commit
d89f8be698
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user