Skip to content

Commit 1285c0d

Browse files
committed
fix: solve snyk alert issue
1 parent 2f8dd90 commit 1285c0d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ RUN apt-get update -qq && apt-get install -y --no-install-recommends \
1212
git \
1313
tzdata \
1414
curl \
15+
libexpat1 \
16+
libcap2 \
1517
&& rm -rf /var/lib/apt/lists/*
1618

1719
# Set working directory

0 commit comments

Comments
 (0)