Skip to content

Commit

Permalink
Merge pull request #23 from docksal/develop
Browse files Browse the repository at this point in the history
Release 1.4.1
  • Loading branch information
lmakarov committed Mar 6, 2022
2 parents 6f5dd00 + 6f91f0b commit 87fd33e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ RUN set -xe; \
COPY bin /usr/local/bin
COPY healthcheck.sh /opt/healthcheck.sh

ENV \
SSH_DIR=/.ssh \
SOCKET_DIR=/.ssh-agent \
SSH_AUTH_SOCK=${SOCKET_DIR}/socket \
SSH_AUTH_PROXY_SOCK=${SOCKET_DIR}/proxy-socket
ENV SSH_DIR=/.ssh
ENV SOCKET_DIR=/.ssh-agent
ENV SSH_AUTH_SOCK=${SOCKET_DIR}/socket
ENV SSH_AUTH_PROXY_SOCK=${SOCKET_DIR}/proxy-socket

VOLUME ${SOCKET_DIR}

Expand Down

0 comments on commit 87fd33e

Please sign in to comment.