Skip to content

Commit

Permalink
update dependencies for Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
zocker-160 committed Aug 6, 2024
1 parent 63dc9b3 commit 523ef53
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM eclipse-temurin:11-jre
#based on Ubuntu 24.04 LTS as of 06.08.2024

MAINTAINER zocker-160

Expand All @@ -13,7 +14,9 @@ RUN \
libxi6 \
libxrender1 \
libglu1-mesa \
libgl1-mesa-glx \
libgl1 \
libgl1-mesa-dri \
libglx-mesa0 \
libxxf86vm1 \
libxkbcommon0 \
libsm6 \
Expand Down
7 changes: 5 additions & 2 deletions Dockerfile.vast
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM eclipse-temurin:11-jre
#based on Ubuntu 24.04 LTS as of 06.08.2024

MAINTAINER zocker-160

Expand All @@ -13,10 +14,12 @@ RUN \
libxi6 \
libxrender1 \
libglu1-mesa \
libgl1-mesa-glx \
libgl1 \
libgl1-mesa-dri \
libglx-mesa0 \
libxxf86vm1 \
libxkbcommon0 \
libsm6 \
libsm6 \
# vast ai specific stuff and utils
xz-utils \
netcat \
Expand Down

0 comments on commit 523ef53

Please sign in to comment.