Skip to content

Commit 51066ba

Browse files
authored
Update Dockerfile
1 parent e315861 commit 51066ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ENV PATH=$JAVA_HOME/bin:$PATH
3939
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
4040

4141
RUN DEBIAN_FRONTEND=noninteractive apt-get update; \
42-
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl wget ca-certificates fontconfig locales binutils lsof curl openssl git tar sqlite3 libfreetype6 iproute2 libstdc++6 libmimalloc2.0 git-lfs tini zip unzip; \
42+
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl wget ca-certificates fontconfig locales binutils lsof curl openssl git tar sqlite3 libfreetype6 iproute2 libstdc++6 libmimalloc2.0 git-lfs tini zip unzip jq; \
4343
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen; \
4444
locale-gen en_US.UTF-8; \
4545
DEBIAN_FRONTEND=noninteractive apt-get upgrade -y; \

0 commit comments

Comments
 (0)