From baed4b6f970007beb7e4ed2dc5cb5c244c018d08 Mon Sep 17 00:00:00 2001 From: heinzel Date: Tue, 22 Oct 2019 16:07:34 +0200 Subject: [PATCH] Using variable in dockerfile again. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 304e15f..970158e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM fedora LABEL maintainer="Jens Kleineheismann " ARG APPLICATION_NAME=django-test -ARG APPLICATION_SRC=src/django-test +ARG APPLICATION_SRC=src/${APPLICATION_NAME} RUN dnf -y update && \ dnf -y install procps-ng iproute net-tools && \