Skip to content

Commit

Permalink
Move to jammy so c++20 works
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Mar 21, 2024
1 parent ab48cbc commit 0175af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ARCH=
FROM ${ARCH}ubuntu:focal
FROM ${ARCH}ubuntu:jammy

RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get update
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y --force-yes g++ gcc build-essential libgtk-3-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev freeglut3-dev libavcodec-dev libavformat-dev libswscale-dev libsdl2-dev libswresample-dev libavutil-dev libavresample-dev libportmidi-dev libzstd-dev libcurl4-openssl-dev wget git fuse gpgv colormake libltc-dev librsvg2-dev liblua5.3-dev libwebp-dev cbp2make patchelf
Expand Down

0 comments on commit 0175af9

Please sign in to comment.