aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index d9c643d..42f5743 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,8 +5,8 @@ MAINTAINER clarkzjw <[email protected]>
5RUN \ 5RUN \
6 sed -i 's/# \(.*multiverse$\)/\1/g' /etc/apt/sources.list && \ 6 sed -i 's/# \(.*multiverse$\)/\1/g' /etc/apt/sources.list && \
7 apt-get update && \ 7 apt-get update && \
8 apt-get -y -qq upgrade && \ 8 apt-get -y upgrade && \
9 apt-get install -y -qq scrot git build-essential python3 python3-dev python3-pip python3-tk && \ 9 apt-get install -y scrot git build-essential python3 python3-dev python3-pip python3-tk && \
10 rm -rf /var/lib/apt/lists/* 10 rm -rf /var/lib/apt/lists/*
11 11
12RUN \ 12RUN \
Powered by cgit v1.2.3 (git 2.41.0)