Skip to content

Commit 9e13f8c

Browse files
author
Philippe Gablain
committed
feat(docker-image): add curl to ggshield Docker image
1 parent 321e951 commit 9e13f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ WORKDIR /app
1313
RUN \
1414
apt-get update \
1515
&& apt-get dist-upgrade -y --no-install-recommends \
16-
&& apt-get install -y --no-install-recommends git openssh-client \
16+
&& apt-get install -y --no-install-recommends git openssh-client curl \
1717
&& apt-get clean \
1818
&& rm -rf /var/lib/apt/lists/*
1919

0 commit comments

Comments
 (0)