We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20d77e4 + f084541 commit 8399f42Copy full SHA for 8399f42
Dockerfile
@@ -24,7 +24,7 @@ WORKDIR $WORKDIR
24
RUN set -eux ;\
25
export DEBIAN_FRONTEND=noninteractive ;\
26
apt-get update ;\
27
- apt-get install -y --no-install-recommends build-essential libpcre3 libpcre3-dev git ;\
+ apt-get install -y --no-install-recommends build-essential libpcre3 libpcre3-dev git curl ;\
28
rm -rf /var/lib/apt/lists/*
29
30
# Install uv to replace pip & friends
@@ -79,7 +79,7 @@ RUN set -eux ;\
79
80
81
82
- apt-get install -y libpcre3 libxml2 tini ;\
+ apt-get install -y libpcre3 libxml2 tini curl ;\
83
84
85
# Use the virtual env with dependencies from builder stage
0 commit comments