Skip to content

Commit

Permalink
dockerfile: fix empty continuation line warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Guthe committed Jul 25, 2018
1 parent ff3fe0c commit 4abb555
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 @@ -3,11 +3,11 @@ MAINTAINER Mozilla
EXPOSE 8080

RUN addgroup --gid 10001 app && \

# \
adduser --gid 10001 --uid 10001 \
--home /app --shell /sbin/nologin \
--disabled-password app && \

# \
apt update && \
apt -y upgrade && \
apt -y install clang && \
Expand Down

0 comments on commit 4abb555

Please sign in to comment.