Skip to content

Commit e3e9bee

Browse files
authored
Update Containerfile
Move `FROM` to the first line
1 parent 6425671 commit e3e9bee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Containerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
FROM registry.access.redhat.com/ubi9/ubi
2+
13
LABEL maintainer="3scale system team <[email protected]>"
24
LABEL org.opencontainers.image.title="dnsmasq",
35
LABEL org.opencontainers.image.source="https://github.com/3scale/dnsmasq"
46
LABEL org.opencontainers.image.vendor="3scale"
57

6-
FROM registry.access.redhat.com/ubi9/ubi
7-
88
RUN dnf -y install dnsmasq
99
EXPOSE 53 67 69
1010
ENTRYPOINT ["/usr/sbin/dnsmasq"]

0 commit comments

Comments
 (0)