removed broken ENV command in Dockerfile
This commit is contained in:
parent
891a64c84e
commit
ac245355ec
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue