Skip to content

Commit dd79c59

Browse files
committed
fix: install full grep with all flags
1 parent b54bed3 commit dd79c59

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
@@ -7,7 +7,7 @@ RUN apk add --no-cache git \
77
FROM curlimages/curl:8.8.0 AS runner
88

99
USER root
10-
RUN apk update && apk upgrade
10+
RUN apk update && apk upgrade && apk add --no-cache grep
1111
USER curl_user:curl_group
1212

1313
WORKDIR /app

0 commit comments

Comments
 (0)