Parcourir la source

feat: Add curl

Kroese il y a 1 an
Parent
commit
a551364e11
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -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/*