aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinwei Zhao <[email protected]>2016-11-14 23:32:41 +0800
committerJinwei Zhao <[email protected]>2016-11-14 23:32:41 +0800
commit98f17648fa01021d421c660175d0db27864c31f9 (patch)
tree76277694e184fa0c128ccd7ac043e1d95c1a6413
parentb17dcf708124aa0080abee9e30e0b64aa3b75f70 (diff)
downloadLumberJack-98f17648fa01021d421c660175d0db27864c31f9.tar.gz
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)