Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckcharlie authored Feb 6, 2019
1 parent ea99eb1 commit 44966c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ FROM alpine:latest

# Install the packages we need. Avahi will be included
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-dev \
ghostscript \
Expand Down

0 comments on commit 44966c7

Please sign in to comment.