Install openssh in the container and pass in keys

This commit is contained in:
Dustin Pianalto
2019-12-24 00:36:23 -09:00
parent fb9e34bf27
commit fe23620fe4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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