mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 16:58:27 -04:00
remove unnecessary build packages
This commit is contained in:
@@ -5,10 +5,6 @@ FROM ghcr.io/linuxserver/baseimage-alpine:3.17 as buildstage
|
|||||||
ARG MOD_VERSION
|
ARG MOD_VERSION
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
echo "**** install packages ****" && \
|
|
||||||
apk add --no-cache \
|
|
||||||
git \
|
|
||||||
go && \
|
|
||||||
echo "**** retrieve latest version ****" && \
|
echo "**** retrieve latest version ****" && \
|
||||||
if [[ -z "${MOD_VERSION+x}" ]]; then \
|
if [[ -z "${MOD_VERSION+x}" ]]; then \
|
||||||
DOCKER_RELEASE=$(curl -sX GET "https://api.github.com/repos/moby/moby/releases/latest" \
|
DOCKER_RELEASE=$(curl -sX GET "https://api.github.com/repos/moby/moby/releases/latest" \
|
||||||
|
|||||||
Reference in New Issue
Block a user