about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-05-28 19:33:15 +0200
committerGitHub <noreply@github.com>2019-05-28 19:33:15 +0200
commit2f83ffa1bd1a80567c512db79273dc75d32ef069 (patch)
tree69cd5f99ace6fbf0118bd46c504b18ba6edef232 /Dockerfile
parent1b0ce85e3da4b5c1941f65da7d73258da6eed6d0 (diff)
parent56d8faab1856f9cff8520518a145b256e7799c36 (diff)
Merge pull request #1073 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
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 && \