move more deps to nsjail phase

This commit is contained in:
Ruben Fiszel
2024-04-03 23:20:03 +02:00
parent 0113dacf01
commit b31a2022ad
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ ARG WITH_HELM=true
RUN apt-get update \
&& apt-get install -y ca-certificates wget curl git jq libnl-route-3-dev unzip build-essential unixodbc xmlsec1 \
&& apt-get install -y ca-certificates wget curl git jq unzip build-essential unixodbc xmlsec1 \
&& rm -rf /var/lib/apt/lists/*
RUN if [ "$WITH_POWERSHELL" = "true" ]; then \
+1 -1
View File
@@ -23,6 +23,6 @@ RUN make
FROM ghcr.io/windmill-labs/windmill-ee:dev as downloader
RUN apt-get update && apt-get install -y libprotobuf-dev
RUN apt-get update && apt-get install -y libprotobuf-dev libnl-route-3-dev
COPY --from=nsjail /nsjail/nsjail /bin/nsjail