We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9de8b2 commit 098df93Copy full SHA for 098df93
Dockerfile
@@ -5,10 +5,6 @@ FROM ghcr.io/linuxserver/baseimage-alpine:3.17 as buildstage
5
ARG MOD_VERSION
6
7
RUN \
8
- echo "**** install packages ****" && \
9
- apk add --no-cache \
10
- git \
11
- go && \
12
echo "**** retrieve latest version ****" && \
13
if [[ -z "${MOD_VERSION+x}" ]]; then \
14
DOCKER_RELEASE=$(curl -sX GET "https://api.github.com/repos/moby/moby/releases/latest" \
0 commit comments