Skip to content

Commit 0643e52

Browse files
committed
Update Dockerfile
1 parent 82c3c08 commit 0643e52

File tree

1 file changed

+1
-1
lines changed
  • testcontainers-advanced-imagebuilder-demo

1 file changed

+1
-1
lines changed

testcontainers-advanced-imagebuilder-demo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ARG JAVA_VERSION=21
33
FROM eclipse-temurin:$JAVA_VERSION-jdk-alpine AS build-env
44

5-
RUN apk add --no-cache git
5+
RUN apk add --no-cache git bash
66

77
# Create non root user
88
ARG userName=limitedbuild

0 commit comments

Comments
 (0)