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
f449af7993
commit
2a27a55b4c
@ -26,8 +26,8 @@ ENV LANG=en_US.UTF-8 \
|
||||
TIMEZONE="${TZ:-$TIMEZONE}" \
|
||||
HOSTNAME="casjaysdev-ifconfig"
|
||||
|
||||
COPY ./rootfs/. /
|
||||
COPY --from=src /go/bin/echoip /opt/echoip/
|
||||
COPY ./rootfs/. /
|
||||
|
||||
RUN set -ex; \
|
||||
rm -Rf "/etc/apk/repositories"; \
|
||||
@ -37,7 +37,8 @@ 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 ln -sf /opt/echoip/echoip /usr/local/bin/echoip
|
||||
RUN ln -sf /opt/echoip/echoip /usr/local/bin/echoip && \
|
||||
sed -i 's|REPLACE_MODIFIED|'$(date +"%y-%m-%d at %H:%M")'|g' /opt/echoip/html/index.html
|
||||
|
||||
RUN echo 'Running cleanup' ; \
|
||||
rm -Rf /usr/share/doc/* /usr/share/info/* /tmp/* /var/tmp/* ; \
|
||||
|
@ -339,6 +339,8 @@
|
||||
>https://github.com/dockermgr/ifconfig</a
|
||||
>.
|
||||
</p>
|
||||
<br /><br /><br />
|
||||
<h5 class="center">Last modified on REPLACE_MODIFIED</h5>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user