mirror of
https://github.com/nikdoof/cups-avahi-airprint.git
synced 2025-12-11 18:12:16 +00:00
Missing slash
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user