Skip to content

Commit 2be93f3

Browse files
authored
chore: remove curl and jq from docker image (#1233)
To prevent security issues as much as possible the docker image shall be shipped with as few dependencies as possible. This also means that tools like curl or jq should not be installed as they are not needed. Signed-off-by: Bernd Warmuth <bernd.warmuth@dynatrace.com>
1 parent 89ad0a4 commit 2be93f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ ARG NAME=monaco
44
ARG SOURCE=/build/${NAME}-linux-amd64
55

66
RUN apk add --update --no-cache \
7-
curl \
8-
jq \
97
ca-certificates
108

119
RUN addgroup monaco ; \

0 commit comments

Comments
 (0)