diff --git a/Dockerfile b/Dockerfile index eaf306f..ae3af9a 100755 --- a/Dockerfile +++ b/Dockerfile @@ -16,9 +16,9 @@ LABEL org.opencontainers.image.ref.name="jnovack/autossh" \ RUN \ apk --no-cache add \ - autossh \ + autossh \ net-tools \ - dumb-init && \ + dumb-init && \ chmod g+w /etc/passwd ENV \