Commit 81e59d02 authored by Robert Butora's avatar Robert Butora
Browse files

docker: eliminate warning about ENV syntax

parent 08a37c5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ ENV CATALINA_BASE=/usr/local/tomcat
ENV CATALINA_HOME=/usr/local/tomcat

WORKDIR /root
ENV HOME /root
ENV HOME=/root

RUN apt-get -y update \
 && apt-get -y install apt-utils unzip