From 28eee0d77762e4fa955c1766c58886b422e00ba2 Mon Sep 17 00:00:00 2001 From: Mayank Chhabra Date: Fri, 17 Jul 2020 15:57:48 +0530 Subject: [PATCH] Use ARG after FROM --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 26017b2..b4acd05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \