Formatting

This commit is contained in:
chuckcharlie
2019-02-06 11:04:07 -06:00
committed by GitHub
parent ea99eb12d7
commit 44966c7958

View File

@@ -2,7 +2,10 @@ FROM alpine:latest
# Install the packages we need. Avahi will be included # Install the packages we need. Avahi will be included
RUN echo "http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories &&\ RUN echo "http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories &&\
apk add --update cups cups-libs cups-pdf cups-client \ apk add --update cups
cups-libs \
cups-pdf \
cups-client \
cups-filters \ cups-filters \
cups-dev \ cups-dev \
ghostscript \ ghostscript \