Remove useless env and entrypoint
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b2dda7b690
commit
d44e69c968
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user