Add the following code into Dockerfile
RUN apk update --no-check-certificate && \
apk upgrade --no-check-certificate && \
apk add --no-cache --no-check-certificate openssh
Add the following code into Dockerfile
RUN apk update --no-check-certificate && \
apk upgrade --no-check-certificate && \
apk add --no-cache --no-check-certificate openssh