Skip to content

Commit

Permalink
Re-run update
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Jan 23, 2025
1 parent 5931a98 commit e07d175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ 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 wget curl git fuse colormake cbp2make patchelf gpgv
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get update
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y --force-yes libgtk-3-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev freeglut3-dev libavcodec-dev libavformat-dev libswscale-dev libsdl2-dev libavutil-dev libportmidi-dev libzstd-dev libcurl4-openssl-dev libltc-dev librsvg2-dev liblua5.3-dev libwebp-dev libsecret-1-dev
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get clean

Expand Down

0 comments on commit e07d175

Please sign in to comment.