Missing slash

This commit is contained in:
chuckcharlie
2019-02-06 11:25:05 -06:00
committed by GitHub
parent 44966c7958
commit 663f17a6cd

View File

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