We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dda37a commit d3f852fCopy full SHA for d3f852f
Dockerfile
@@ -1,11 +1,10 @@
1
FROM python:3.11-alpine3.18
2
LABEL maintainer="Michael Hausenblas, hausenbl@amazon.com"
3
4
-RUN apk add --no-cache git git-fast-import openssh build-base
5
WORKDIR /docs
6
7
COPY action.sh /action.sh
8
9
-RUN apk add --no-cache bash build-base && chmod +x /action.sh
+RUN apk add --no-cache bash git git-fast-import openssh build-base && chmod +x /action.sh
10
11
ENTRYPOINT ["/action.sh"]
0 commit comments