Skip to content

Commit e105436

Browse files
christian-schillingLMG
authored andcommitted
Add patch to Docker image
This is required to run cram -i Change: docker-patch
1 parent f439f6a commit e105436

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
@@ -89,7 +89,7 @@ RUN pip3 install \
8989
git+https://github.com/brodie/cram.git@${CRAM_VERSION} \
9090
pygit2==${PYGIT2_VERSION}
9191

92-
RUN apk add --no-cache go nodejs npm openssh-client
92+
RUN apk add --no-cache go nodejs npm openssh-client patch
9393

9494
FROM dev as dev-local
9595

0 commit comments

Comments
 (0)