Skip to content

Commit 1462579

Browse files
committed
cicd: remove openssh
1 parent c53d58d commit 1462579

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

updater/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM docker:24.0.7-dind-alpine3.18
22

33
RUN apk update
4-
RUN apk add curl python3 git bash openssh build-base python3-dev py3-pip
4+
RUN apk add curl python3 git bash build-base python3-dev py3-pip
55

66
RUN mkdir /updater
77
WORKDIR /updater

0 commit comments

Comments
 (0)