port change fix

This commit is contained in:
crocandr
2018-03-17 10:51:24 +01:00
parent 55dc2d6809
commit b91d4d7556
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
FROM debian
RUN apt-get update && apt-get install -y minidlna vim
RUN apt-get update && apt-get install -y minidlna vim net-tools
COPY files/start.sh /opt/start.sh
RUN chmod 755 /opt/start.sh