-
Notifications
You must be signed in to change notification settings - Fork 137
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
1 parent
24f56fc
commit c5598f4
Showing
1 changed file
with
2 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# use the ubuntu base image | ||
FROM ubuntu:18.04 | ||
FROM ubuntu:22.04 | ||
|
||
MAINTAINER Tobias Rausch [email protected] | ||
|
||
|
@@ -19,6 +19,7 @@ RUN apt-get update && apt-get install -y \ | |
libboost-filesystem-dev \ | ||
libboost-iostreams-dev \ | ||
libbz2-dev \ | ||
libdeflate-dev \ | ||
libhdf5-dev \ | ||
libncurses-dev \ | ||
liblzma-dev \ | ||
|