gitpod: add references to avoid build issues
Reaction on https://github.com/gitpod-io/gitpod/issues/1171
This commit is contained in:
parent
a9d0e8888e
commit
1027b9de85
@ -1,8 +1,9 @@
|
|||||||
FROM gitpod/workspace-full-vnc:latest
|
FROM gitpod/workspace-full-vnc:latest
|
||||||
|
|
||||||
|
# To avoid bricked workspaces (https://github.com/gitpod-io/gitpod/issues/1171)
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
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 \
|
RUN apt-get update \
|
||||||
&& apt-get upgrade -y \
|
&& apt-get upgrade -y \
|
||||||
&& apt dist-upgrade -y \
|
&& apt dist-upgrade -y \
|
||||||
|
Loading…
Reference in New Issue
Block a user