diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ WORKDIR /opt/app/VESCollector ENV HOME /opt/app/VESCollector ENV JAVA_HOME /usr +ENV HOSTALIASES /etc/host.aliases RUN apt-get update && apt-get install -y \ curl \ |