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 82c3c08 commit 0643e52Copy full SHA for 0643e52
testcontainers-advanced-imagebuilder-demo/Dockerfile
@@ -2,7 +2,7 @@
2
ARG JAVA_VERSION=21
3
FROM eclipse-temurin:$JAVA_VERSION-jdk-alpine AS build-env
4
5
-RUN apk add --no-cache git
+RUN apk add --no-cache git bash
6
7
# Create non root user
8
ARG userName=limitedbuild
0 commit comments