removed broken ENV command in Dockerfile

This commit is contained in:
Hendrik Boll 2019-09-17 22:40:12 +02:00
parent 891a64c84e
commit ac245355ec
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@ RUN mkdir /opt/tmserver
COPY tmserver/ /opt/tmserver COPY tmserver/ /opt/tmserver
COPY entrypoint-tmserver.sh /opt/tmserver COPY entrypoint-tmserver.sh /opt/tmserver
ENV PATH
RUN apt update \ RUN apt update \
&& apt install pwgen gettext-base && apt install pwgen gettext-base