Skip to content

Commit 852fa67

Browse files
author
Andreas Blaesius
committed
Dockerfile: merge RUN lines
1 parent 533494f commit 852fa67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
FROM python:3.11-alpine3.18
22
LABEL maintainer="Michael Hausenblas, hausenbl@amazon.com"
33

4-
RUN apk add --no-cache git git-fast-import openssh build-base
54
WORKDIR /docs
65

76
COPY action.sh /action.sh
87

9-
RUN apk add --no-cache bash build-base && chmod +x /action.sh
8+
RUN apk add --no-cache bash git git-fast-import openssh build-base && chmod +x /action.sh
109

1110
ENTRYPOINT ["/action.sh"]

0 commit comments

Comments
 (0)