Remove useless env and entrypoint
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michel Roux 2022-03-18 10:34:31 +01:00
parent b2dda7b690
commit d44e69c968
1 changed files with 1 additions and 5 deletions

View File

@ -1,10 +1,5 @@
FROM linuxserver/ffmpeg:4.4-cli-ls46
ENV DEBIAN_FRONTEND noninteractive
ENV PUID 1000
ENV PGID 1000
ENV LANG C.UTF-8
RUN apt-get update && \
apt-get install -y \
vim p7zip* git rsync lftp speedtest-cli rename megatools wget curl procps \
@ -18,4 +13,5 @@ RUN curl -sSL https://raw.githubusercontent.com/tremc/tremc/master/tremc -o /usr
COPY ./commands/* /usr/local/bin/
RUN chmod +x /usr/local/bin/*
ENTRYPOINT []
CMD ["tail", "-F", "/dev/null"]