Skip to content

Commit

Permalink
Convert tabs to spaces in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ccremer authored and jnovack committed Feb 24, 2020
1 parent f2028d3 commit 09431ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 09431ca

Please sign in to comment.