Skip to content

Commit 1eac8fa

Browse files
authored
Update Dockerfile
1 parent 060a0c6 commit 1eac8fa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ ARG JDK_VERSION="21"
22

33
FROM ubuntu:latest as builder
44

5-
6-
7-
85
RUN apt-get update; \
96
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends locales binutils; \
107
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen; \

0 commit comments

Comments
 (0)