Skip to content

Commit ed865df

Browse files
SAAS-6392 Add openssh to arch dockerfile
1 parent 7f6e235 commit ed865df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM arm64v8/alpine:3.7
2-
RUN apk add --no-cache git bash
2+
RUN apk add --no-cache git bash openssh
33

44
# install git-lfs
55
RUN apk add --no-cache --virtual deps openssl && \

0 commit comments

Comments
 (0)