1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-24 13:43:12 +02:00

Remove apt upgrade following comments on various platforms

This commit is contained in:
Matthew Macdonald-Wallace 2021-03-18 10:04:03 +00:00
parent 0b58cf8f1f
commit 463b38d073

View File

@ -2,7 +2,6 @@ FROM ubuntu:latest
# Make sure that the underlying container is patched to the latest versions
RUN apt update && \
apt upgrade -y && \
apt install -y wget tar gzip unzip file
# Now install Focalboard as a seperate layer