File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ COPY --from=ghcr.io/graalvm/native-image-community:17-ol9 /usr/lib64/graalvm/gra
2727COPY --from=ghcr.io/graalvm/native-image-community:21-ol9 /usr/lib64/graalvm/graalvm-community-java21 /usr/lib/jvm/graalvm21
2828
2929RUN apt-get update && \
30- apt-get install -y curl tar apt-transport-https ca-certificates gnupg wget && \
30+ apt-get install -y curl tar apt-transport-https ca-certificates gnupg && \
3131 apt-get clean && \
3232 rm -rf /var/lib/apt/lists/*
3333
@@ -80,7 +80,7 @@ ENV LATEST_VERSION=${LATEST_VERSION}
8080LABEL org.opencontainers.image.source=https://github.com/DataDog/dd-trace-java-docker-build
8181
8282RUN apt-get update && \
83- apt-get install -y curl apt-transport-https ca-certificates gnupg \
83+ apt-get install -y curl tar apt-transport-https ca-certificates gnupg \
8484 socat less debian-goodies autossh ca-certificates-java python3-pip && \
8585 apt-get clean && \
8686 rm -rf /var/lib/apt/lists/* && \
@@ -92,6 +92,8 @@ RUN <<-EOT
9292 dockerPluginDir=/usr/local/lib/docker/cli-plugins
9393 curl -sSL "https://github.com/docker/compose/releases/latest/download/docker-compose-linux-$(uname -m)" -o $dockerPluginDir/docker-compose
9494 chmod +x $dockerPluginDir/docker-compose
95+ update-alternatives --remove docker-compose /usr/local/bin/compose-switch
96+ rm -f /usr/local/bin/compose-switch
9597 curl -sSL "https://github.com/mikefarah/yq/releases/latest/download/yq_linux_$(dpkg --print-architecture).tar.gz" | tar -xz -C /usr/local/bin --wildcards --no-anchored 'yq_linux_*'
9698 YQ_PATH=$(find /usr/local/bin -name 'yq_linux_*' )
9799 mv "$YQ_PATH" /usr/local/bin/yq
You can’t perform that action at this time.
0 commit comments