Skip to content

Commit ea6e7cb

Browse files
committed
tiericpc: add fp-compiler
1 parent 75f4f14 commit ea6e7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiericpc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:jammy AS base
33
RUN apt-get update && \
44
apt-get install -y --no-install-recommends \
55
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 \
6+
fp-compiler tini ca-certificates-java \
77
$([ "$(arch)" = aarch64 ] && echo binutils-arm-linux-gnueabihf)
88

99
RUN if [ "$(arch)" = x86_64 ]; then DEB_ARCH=amd64; else DEB_ARCH=arm64; fi && \

0 commit comments

Comments
 (0)