Using variable in dockerfile again.

This commit is contained in:
heinzel
2019-10-22 16:07:34 +02:00
parent ad6ab31923
commit baed4b6f97

View File

@@ -3,7 +3,7 @@ FROM fedora
LABEL maintainer="Jens Kleineheismann <heinzel@heinzelwelt.de>"
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 && \