Skip to content

Commit 8bbd643

Browse files
committed
Fix apk add command in Dockerfile
1 parent afc1ede commit 8bbd643

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.12-alpine3.19
22

33
ARG VERSION
44

5-
RUN apk install sed
5+
RUN apk add sed
66
COPY entrypoint.sh /entrypoint.sh
77

88
RUN pip install kubernetes-validate==$(VERSION)

0 commit comments

Comments
 (0)