Remove dead code in Dockerfile

pull/65/head
Peter Dave Hello 5 years ago
parent bc3b60aef9
commit f658223f00

@ -60,8 +60,6 @@ RUN apk add --no-cache $BUILD_DEPS && \
apk del --purge $BUILD_DEPS && \
rm -fr /tmp/* /var/tmp/*
RUN echo rm -rf /tmp/* /var/tmp/* /usr/local/include
RUN mkdir -p \
/etc/service/unbound \
/etc/service/watchdog

Loading…
Cancel
Save