Fix up hadolint issues

This commit is contained in:
Greyscale 2023-02-07 15:42:23 +01:00
parent 766b1d7bf7
commit c3d8dce4de
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
# hadolint ignore=DL3007
FROM eclipse-mosquitto:latest
COPY mosquitto.conf /mosquitto/config/mosquitto.conf

View file

@ -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 \
&& \