This commit is contained in:
parent
dbc965d797
commit
81dad65647
@ -2,9 +2,7 @@ FROM alpine:latest
|
||||
COPY ./run.sh /opt/run.sh
|
||||
RUN set -xe \
|
||||
&& apk add --no-cache tftp-hpa \
|
||||
&& chmod +x /opt/run.sh \
|
||||
&& rm -rf /dev/logs \
|
||||
&& ln -s /dev/stdout /dev/logs
|
||||
&& chmod +x /opt/run.sh
|
||||
|
||||
VOLUME ["/var/tftpboot"]
|
||||
CMD ["/opt/run.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user