-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" |