Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasy-peak committed Aug 4, 2023
1 parent 6eef4b7 commit 4c2ef97
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM ubuntu:22.04
FROM ubuntu:23.04

RUN apt-get update -y
RUN apt-get install -y libgl1-mesa-dev libglu1-mesa-dev p7zip gobjc g++-13
RUN apt-get install -y g++-13
RUN strings /lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX_3.4

WORKDIR /app

Expand Down

0 comments on commit 4c2ef97

Please sign in to comment.