This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
FROM debian:bullseye-slim
|
FROM debian:trixie-slim
|
||||||
RUN apt update && apt install -y proftpd && apt clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
RUN apt update && apt install -y proftpd && apt clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && sed -i "s/# DefaultRoot/DefaultRoot /" /etc/proftpd/proftpd.conf
|
||||||
RUN sed -i "s/# DefaultRoot/DefaultRoot /" /etc/proftpd/proftpd.conf
|
|
||||||
EXPOSE 20 21
|
EXPOSE 20 21
|
||||||
ADD docker-entrypoint.sh /usr/local/sbin/docker-entrypoint.sh
|
ADD docker-entrypoint.sh /usr/local/sbin/docker-entrypoint.sh
|
||||||
ENTRYPOINT ["/usr/local/sbin/docker-entrypoint.sh"]
|
ENTRYPOINT ["/usr/local/sbin/docker-entrypoint.sh"]
|
||||||
|
Reference in New Issue
Block a user