Skip to content

Commit

Permalink
Use ARG after FROM
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankchhabra authored Jul 17, 2020
1 parent a42a1cb commit 28eee0d
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
@@ -1,8 +1,8 @@
FROM alpine:3.11

ARG USER=toruser
ARG UID=1000

FROM alpine:3.11

RUN apk add --no-cache tor

RUN adduser \
Expand Down

0 comments on commit 28eee0d

Please sign in to comment.