Skip to content

Commit

Permalink
Missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckcharlie authored Feb 6, 2019
1 parent 44966c7 commit 663f17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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
apk add --update cups \
cups-libs \
cups-pdf \
cups-client \
Expand Down

0 comments on commit 663f17a

Please sign in to comment.