Removed commented out code

This commit is contained in:
root
2018-09-20 13:42:11 -05:00
parent a9147759b5
commit 6957fc0f5f

View File

@@ -17,14 +17,6 @@ RUN echo "http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositorie
&& pip install pycups \ && pip install pycups \
&& rm -rf /var/cache/apk/* && rm -rf /var/cache/apk/*
#RUN apt-get update && apt-get install -y \
# brother-lpr-drivers-extra brother-cups-wrapper-extra openprinting-ppds-postscript-brother\
# cups \
# cups-pdf \
# inotify-tools \
# python-cups \
#&& rm -rf /var/lib/apt/lists/*
# This will use port 631 # This will use port 631
EXPOSE 631 EXPOSE 631