Skip to content

Commit

Permalink
Merge pull request #153 from SaillantNicolas/add-lsb-release-to-docke…
Browse files Browse the repository at this point in the history
…r-GF

Add lsb-release package to Dockerfiles
  • Loading branch information
lrineau committed May 6, 2024
2 parents 34a7e4d + 5d5f535 commit bcbeebf
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions ArchLinux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN pacman -Syu --noconfirm && pacman -S --needed --noconfirm \
base-devel \
coreutils \
git \
lsb-release \
boost \
eigen \
glew glu mesa \
Expand Down
1 change: 1 addition & 0 deletions Debian-stable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN apt-get update && apt-get install -y \
qt6-networkauth-dev \
libqt6chartsqml6 \
qt6-declarative-dev \
lsb-release \
nlohmann-json3-dev


Expand Down
1 change: 1 addition & 0 deletions Debian-testing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN apt-get clean && apt-get update && apt-get install -y \
qt6-networkauth-dev \
libqt6chartsqml6 \
qt6-declarative-dev \
lsb-release \
nlohmann-json3-dev


Expand Down
1 change: 1 addition & 0 deletions Fedora-32/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN dnf -y install \
tbb-devel.i686 \
diffutils \
git \
lsb-release \
json-devel \
zlib-ng-devel.i686 && dnf clean all

Expand Down
1 change: 1 addition & 0 deletions Fedora-rawhide/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN dnf -y upgrade && \
diffutils \
wget \
git \
lsb-release \
json-devel \
tar && \
dnf clean all && \
Expand Down
1 change: 1 addition & 0 deletions Fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN dnf -y install \
diffutils.x86_64 \
git \
libssh-devel \
lsb-release \
json-devel

RUN wget "https://github.com/CGAL/LAStools/archive/LAStools-2020-11-09.zip" -O laslib.zip \
Expand Down
1 change: 1 addition & 0 deletions Ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
libmpfi-dev \
libinsighttoolkit5-dev libtbb-dev git \
nlohmann-json3-dev \
lsb-release \
libyaml-cpp-dev

# cgal.gf.com kernel does not seem compatible with qt6
Expand Down

0 comments on commit bcbeebf

Please sign in to comment.