We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f4f14 commit ea6e7cbCopy full SHA for ea6e7cb
tiericpc/Dockerfile
@@ -3,7 +3,7 @@ FROM ubuntu:jammy AS base
3
RUN apt-get update && \
4
apt-get install -y --no-install-recommends \
5
curl file gcc g++ python3-full python3-pip python3-dev python3-setuptools python3-wheel cython3 libseccomp-dev bzip2 unzip \
6
- tini ca-certificates-java openjdk-17-jdk-headless openjdk-17-jre-headless \
+ fp-compiler tini ca-certificates-java \
7
$([ "$(arch)" = aarch64 ] && echo binutils-arm-linux-gnueabihf)
8
9
RUN if [ "$(arch)" = x86_64 ]; then DEB_ARCH=amd64; else DEB_ARCH=arm64; fi && \
0 commit comments