We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060a0c6 commit 1eac8faCopy full SHA for 1eac8fa
Dockerfile
@@ -2,9 +2,6 @@ ARG JDK_VERSION="21"
2
3
FROM ubuntu:latest as builder
4
5
-
6
7
8
RUN apt-get update; \
9
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends locales binutils; \
10
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen; \
0 commit comments