1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-10-31 00:17:42 +02:00

reorder dockerfile install to alphabetize

This commit is contained in:
Jeremiah Butler
2021-03-18 20:38:02 -04:00
parent f204a7fd92
commit d26aa73b32

View File

@@ -2,7 +2,7 @@ FROM ubuntu:20.04
# Make sure that the underlying container is patched to the latest versions
RUN apt-get update && \
apt-get install -y wget tar unzip gzip file
apt-get install -y file gzip tar unzip wget
# Now install Focalboard as a seperate layer
RUN wget https://releases.mattermost.com/focalboard/0.5.0/focalboard-server-linux-amd64.tar.gz && \