Skip to content

Commit

Permalink
focus on the ubuntu24.04 build
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp committed May 3, 2024
1 parent 35d708d commit 6b7fa3b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions ubuntu24.04-default-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ ENV DEBIAN_FRONTEND=noninteractive
ENV PYTHONPATH /usr/local/python

RUN apt update && apt install -y \
default-jdk python3-dev python3-pip libzmq5-dev libboost-filesystem-dev \
default-jdk python3-full python3-dev python3-pip libzmq5-dev libboost-filesystem-dev \
libboost-system-dev libboost-test-dev libboost-date-time-dev \
g++ gcc cmake git curl wget swig lcov mpi-default-dev \
libsodium-dev libssl-dev openssl \
libsodium-dev libssl-dev openssl python3-pytest \
&& apt-get install -y --no-install-recommends \
pkg-config libboost-dev make \
&& apt-get clean \
&& pip3 install pytest \
&& rm -rf /var/lib/apt/lists/*
&& apt-get clean && rm -rf /var/lib/apt/lists/*

LABEL maintainer="[email protected]"
LABEL date="2024-05-03"
LABEL date="2024-05-04"

0 comments on commit 6b7fa3b

Please sign in to comment.