mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 00:06:14 +00:00
move more deps to nsjail phase
This commit is contained in:
+1
-1
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user