diff --git a/binder/Dockerfile b/binder/Dockerfile index bc94a4b5d..79dfff896 100644 --- a/binder/Dockerfile +++ b/binder/Dockerfile @@ -25,7 +25,7 @@ ARG PROJECT=fuzzingbook ARG REPO=https://github.com/uds-se/${PROJECT}.git # Meta-data -LABEL description="$(PROJECT).org image from $(REPO)" +LABEL description="${PROJECT}.org image from ${REPO}" # Install git and pip RUN apt-get update