Skip to content
Snippets Groups Projects
Commit 81e59d02 authored by Robert Butora's avatar Robert Butora
Browse files

docker: eliminate warning about ENV syntax

parent 08a37c5f
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ENV CATALINA_BASE=/usr/local/tomcat ...@@ -12,7 +12,7 @@ ENV CATALINA_BASE=/usr/local/tomcat
ENV CATALINA_HOME=/usr/local/tomcat ENV CATALINA_HOME=/usr/local/tomcat
WORKDIR /root WORKDIR /root
ENV HOME /root ENV HOME=/root
RUN apt-get -y update \ RUN apt-get -y update \
&& apt-get -y install apt-utils unzip && apt-get -y install apt-utils unzip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment