1
0
miroir de https://github.com/dockur/windows.git synchronisé 2026-06-12 21:29:36 +08:00

feat: Add curl

Cette révision appartient à :
Kroese
2024-01-14 16:40:53 +01:00
révisé par GitHub
Parent d3ff2e1f11
révision a551364e11
+1
Voir le fichier
@@ -6,6 +6,7 @@ ARG DEBCONF_NONINTERACTIVE_SEEN "true"
RUN apt-get update \ RUN apt-get update \
&& apt-get --no-install-recommends -y install \ && apt-get --no-install-recommends -y install \
curl \
novnc \ novnc \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*