Skip to content

Commit

Permalink
[noble] Add dockerfile for ubuntu noble
Browse files Browse the repository at this point in the history
  • Loading branch information
arntanguy committed Nov 6, 2024
1 parent 074168b commit 2d5934f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/Dockerfile.noble
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM @ARCH@/ubuntu:@DIST@

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update -qq && apt-get install -qq cmake cmake-data cython3 dh-python javascript-common libarchive13 libblas3 libeigen3-dev libexpat1-dev libjs-jquery libjs-jquery-isonscreen libjs-jquery-metadata libjs-jquery-tablesorter libjsoncpp-dev liblapack3 liblzo2-2 libpython3-dev librhash0 libuv1 pkg-config python3-all python3-coverage python3-dev python3-pip python3-nose python3-numpy python3-pytest python3-setuptools devscripts build-essential equivs gfortran apt-transport-https curl

0 comments on commit 2d5934f

Please sign in to comment.