gitpod: add references to avoid build issues

Reaction on https://github.com/gitpod-io/gitpod/issues/1171
This commit is contained in:
Kreyren 2020-02-03 03:59:00 +00:00
parent a9d0e8888e
commit 1027b9de85

View File

@ -1,8 +1,9 @@
FROM gitpod/workspace-full-vnc:latest
# To avoid bricked workspaces (https://github.com/gitpod-io/gitpod/issues/1171)
ARG DEBIAN_FRONTEND=noninteractive
# Update apt repositories
# APT management (https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#apt-get)
RUN apt-get update \
&& apt-get upgrade -y \
&& apt dist-upgrade -y \