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:
parent
0b58cf8f1f
commit
463b38d073
@ -2,7 +2,6 @@ FROM ubuntu:latest
|
|||||||
|
|
||||||
# Make sure that the underlying container is patched to the latest versions
|
# Make sure that the underlying container is patched to the latest versions
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt upgrade -y && \
|
|
||||||
apt install -y wget tar gzip unzip file
|
apt install -y wget tar gzip unzip file
|
||||||
|
|
||||||
# Now install Focalboard as a seperate layer
|
# Now install Focalboard as a seperate layer
|
||||||
|
Loading…
Reference in New Issue
Block a user