Upgrade packages before adding bind

This commit is contained in:
tcely
2018-01-17 18:55:13 -05:00
committed by GitHub
parent 82c4501366
commit e21c57a65d
+1 -1
View File
@@ -1,7 +1,7 @@
FROM alpine:latest
EXPOSE 53 53/udp
RUN apk --update add bind
RUN apk --update upgrade && apk add bind
RUN mkdir -m 0755 -p /var/run/named && chown -R root:named /var/run/named