add ssh to the container
All checks were successful
publish / build-and-publish (push) Successful in 31s
All checks were successful
publish / build-and-publish (push) Successful in 31s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM python:3-alpine
|
||||
|
||||
RUN apk add --no-cache "bash>=5.3" git && \
|
||||
RUN apk add --no-cache "bash>=5.3" git openssh && \
|
||||
pip install --root-user-action=ignore pkgdev && \
|
||||
pip cache purge && \
|
||||
git config --global --add safe.directory '*' && \
|
||||
|
||||
Reference in New Issue
Block a user