remove obsolete entries from Dockerfile
This commit is contained in:
parent
edef69be08
commit
a884c71c2e
@ -2,9 +2,6 @@
|
||||
ARG ARCH=amd64
|
||||
FROM $ARCH/debian:buster-slim
|
||||
|
||||
# Prepare multi arch build
|
||||
COPY qemu-* /usr/bin/
|
||||
|
||||
# Maintainer
|
||||
MAINTAINER Florian Schwab <me@ydkn.io>
|
||||
|
||||
@ -40,9 +37,6 @@ RUN /usr/sbin/cupsd \
|
||||
&& kill $(cat /var/run/cups/cupsd.pid) \
|
||||
&& echo "ServerAlias *" >> /etc/cups/cupsd.conf
|
||||
|
||||
# cleanup
|
||||
RUN rm -f /usr/bin/qemu-*-static
|
||||
|
||||
# volumes
|
||||
VOLUME ["/etc/cups/printers.conf"]
|
||||
VOLUME ["/etc/cups/ppd"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user