Fix whitespace

This commit is contained in:
Zach Butler
2021-02-05 15:41:06 -05:00
parent e718159d85
commit fb0d5302bc
-3
View File
@@ -1,9 +1,6 @@
FROM ubuntu:18.04
COPY *.deb /
RUN apt-get update && \
apt-get install -y /*.deb && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*