diff --git a/Dockerfile b/Dockerfile index 7696fdd..738a34a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]