feat: Add curl

This commit is contained in:
Kroese
2024-01-14 16:40:53 +01:00
committed by GitHub
parent d3ff2e1f11
commit a551364e11

View File

@@ -6,6 +6,7 @@ ARG DEBCONF_NONINTERACTIVE_SEEN "true"
RUN apt-get update \
&& apt-get --no-install-recommends -y install \
curl \
novnc \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*