We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ff2e1 commit a551364Copy full SHA for a551364
Dockerfile
@@ -6,6 +6,7 @@ ARG DEBCONF_NONINTERACTIVE_SEEN "true"
6
7
RUN apt-get update \
8
&& apt-get --no-install-recommends -y install \
9
+ curl \
10
novnc \
11
&& apt-get clean \
12
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
0 commit comments