From cb226e44c5d24b44cf30ab8bc7932a5231d23dc0 Mon Sep 17 00:00:00 2001 From: casjay Date: Mon, 14 Nov 2022 13:13:44 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 +--- rootfs/usr/local/share/template-files/data/.gitkeep | 0 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 rootfs/usr/local/share/template-files/data/.gitkeep diff --git a/Dockerfile b/Dockerfile index 8197e31..4b0d3fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,3 @@ -# Build FROM golang:1.15-buster AS src 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 ; \ apk update --update-cache && apk add --no-cache ${PACK_LIST} -RUN cp -Rf /usr/local/share/template-files/data/. /opt/echoip/ && \ - ln -sf /opt/echoip/echoip /usr/local/bin/echoip +RUN ln -sf /opt/echoip/echoip /usr/local/bin/echoip RUN echo 'Running cleanup' ; \ rm -Rf /usr/share/doc/* /usr/share/info/* /tmp/* /var/tmp/* ; \ diff --git a/rootfs/usr/local/share/template-files/data/.gitkeep b/rootfs/usr/local/share/template-files/data/.gitkeep new file mode 100644 index 0000000..e69de29