Install openssh in the container and pass in keys
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ RUN apk update && \
|
||||
# https://docs.djangoproject.com/en/dev/ref/django-admin/#dbshell
|
||||
&& apk add postgresql-client \
|
||||
# Install git
|
||||
&& apk add git
|
||||
&& apk add git openssh-client
|
||||
|
||||
RUN mkdir /code
|
||||
WORKDIR /code
|
||||
|
||||
Reference in New Issue
Block a user