Fix up hadolint issues
This commit is contained in:
parent
766b1d7bf7
commit
c3d8dce4de
2 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
# hadolint ignore=DL3007
|
||||
FROM eclipse-mosquitto:latest
|
||||
|
||||
COPY mosquitto.conf /mosquitto/config/mosquitto.conf
|
||||
|
|
@ -4,7 +4,7 @@ LABEL maintainer="Matthew Baggett <matthew@baggett.me>" \
|
|||
org.opencontainers.image.source="https://github.com/benzine-framework/docker"
|
||||
|
||||
COPY nginx.runit /etc/service/nginx/run
|
||||
RUN wget -O /usr/local/bin/wp https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && \
|
||||
RUN wget -q -O /usr/local/bin/wp https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && \
|
||||
chmod +x /etc/service/nginx/run \
|
||||
/usr/local/bin/wp \
|
||||
&& \
|
||||
|
|
|
|||
Loading…
Reference in a new issue