Skip to content

Commit

Permalink
Don't list PLANTUML_TAGGED_FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
marble committed Dec 3, 2020
1 parent bb91248 commit ff44755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ RUN \
&& COMMENT "Make sure we have the latest plantuml.jar - DISABLED this time" \
&& COMMENT "wget https://sourceforge.net/projects/plantuml/files/${PLANTUML_TAGGED_FILE_NAME}/download \
--quiet --output-document /usr/share/plantuml/${PLANTUML_TAGGED_FILE_NAME}" \
&& COMMENT "PLANTUML_TAGGED_FILE :: /usr/share/plantuml/${PLANTUML_TAGGED_FILE_NAME}" \
\
&& COMMENT "Install python2, pip, setuptools, wheel" \
&& apt install -yq \
Expand Down Expand Up @@ -201,7 +202,6 @@ RUN \
OUR_IMAGE_VERSION :: ${OUR_IMAGE_VERSION}\n\
TOOLCHAIN_TOOL_URL :: ${TOOLCHAIN_TOOL_URL}\n\
TOOLCHAIN_URL :: ${TOOLCHAIN_URL}\n\
PLANTUML_TAGGED_FILE :: /usr/share/plantuml/${PLANTUML_TAGGED_FILE_NAME}\n\
\n" | cut -b 7- > /ALL/Downloads/buildinfo.txt \
&& cat /ALL/Downloads/envvars.sh >> /ALL/Downloads/buildinfo.txt \
&& cat /ALL/Downloads/buildinfo.txt
Expand Down

0 comments on commit ff44755

Please sign in to comment.