File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ ENV PATH=$JAVA_HOME/bin:$PATH
3939ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
4040
4141RUN 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; \
You can’t perform that action at this time.
0 commit comments