mirror of
https://github.com/casjaysdevdocker/ifconfig
synced 2025-01-18 12:34:25 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
13c8d27e11
commit
cb226e44c5
@ -1,4 +1,3 @@
|
|||||||
# Build
|
|
||||||
FROM golang:1.15-buster AS src
|
FROM golang:1.15-buster AS src
|
||||||
|
|
||||||
RUN apt update && apt install -yy git && \
|
RUN apt update && apt install -yy git && \
|
||||||
@ -38,8 +37,7 @@ RUN set -ex; \
|
|||||||
if [ "${ALPINE_VERSION}" = "edge" ]; then echo "http://dl-cdn.alpinelinux.org/alpine/${ALPINE_VERSION}/testing" >>"/etc/apk/repositories" ; fi ; \
|
if [ "${ALPINE_VERSION}" = "edge" ]; then echo "http://dl-cdn.alpinelinux.org/alpine/${ALPINE_VERSION}/testing" >>"/etc/apk/repositories" ; fi ; \
|
||||||
apk update --update-cache && apk add --no-cache ${PACK_LIST}
|
apk update --update-cache && apk add --no-cache ${PACK_LIST}
|
||||||
|
|
||||||
RUN cp -Rf /usr/local/share/template-files/data/. /opt/echoip/ && \
|
RUN ln -sf /opt/echoip/echoip /usr/local/bin/echoip
|
||||||
ln -sf /opt/echoip/echoip /usr/local/bin/echoip
|
|
||||||
|
|
||||||
RUN echo 'Running cleanup' ; \
|
RUN echo 'Running cleanup' ; \
|
||||||
rm -Rf /usr/share/doc/* /usr/share/info/* /tmp/* /var/tmp/* ; \
|
rm -Rf /usr/share/doc/* /usr/share/info/* /tmp/* /var/tmp/* ; \
|
||||||
|
0
rootfs/usr/local/share/template-files/data/.gitkeep
Normal file
0
rootfs/usr/local/share/template-files/data/.gitkeep
Normal file
Loading…
x
Reference in New Issue
Block a user