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.
1 parent 2f8dd90 commit 1285c0dCopy full SHA for 1285c0d
1 file changed
Dockerfile
@@ -12,6 +12,8 @@ RUN apt-get update -qq && apt-get install -y --no-install-recommends \
12
git \
13
tzdata \
14
curl \
15
+ libexpat1 \
16
+ libcap2 \
17
&& rm -rf /var/lib/apt/lists/*
18
19
# Set working directory
0 commit comments