Using variable in dockerfile again.
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user