Fix whitespace
This commit is contained in:
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user