about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2019-05-26 22:26:45 +0200
committerEugen Rochko <eugen@zeonfederated.com>2019-05-26 22:26:45 +0200
commit1e6a1ea075b367e68c043fedafffe3bdca13cf82 (patch)
tree3b78439cda6b7a72c0dd198cbfdf79ddb1c117c2 /Dockerfile
parent63483ee543eb6c81e2cf6450a682cdb657e92751 (diff)
Docker: Remove dist-upgrade (#10822)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 46631cde4..3acbc9d4c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,7 +7,6 @@ SHELL ["bash", "-c"]
 ENV NODE_VER="8.15.0"
 RUN	echo "Etc/UTC" > /etc/localtime && \
 	apt update && \
-	apt -y dist-upgrade && \
 	apt -y install wget make gcc g++ python && \
 	cd ~ && \
 	wget https://nodejs.org/download/release/v$NODE_VER/node-v$NODE_VER.tar.gz && \
@@ -80,7 +79,6 @@ ARG GID=991
 RUN apt update && \
 	echo "Etc/UTC" > /etc/localtime && \
 	ln -s /opt/jemalloc/lib/* /usr/lib/ && \
-	apt -y dist-upgrade && \
 	apt install -y whois wget && \
 	addgroup --gid $GID mastodon && \
 	useradd -m -u $UID -g $GID -d /opt/mastodon mastodon && \