Skip to content

Commit 098df93

Browse files
committed
remove unnecessary build packages
1 parent a9de8b2 commit 098df93

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ FROM ghcr.io/linuxserver/baseimage-alpine:3.17 as buildstage
55
ARG MOD_VERSION
66

77
RUN \
8-
echo "**** install packages ****" && \
9-
apk add --no-cache \
10-
git \
11-
go && \
128
echo "**** retrieve latest version ****" && \
139
if [[ -z "${MOD_VERSION+x}" ]]; then \
1410
DOCKER_RELEASE=$(curl -sX GET "https://api.github.com/repos/moby/moby/releases/latest" \

0 commit comments

Comments
 (0)