upgrade docker image to Ubuntu 23.04 to fix build

This commit is contained in:
hackgrid 2023-11-28 09:10:12 +01:00 committed by GitHub
parent 3d6db71f92
commit 9b541a4b69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
from ubuntu:22.04
from ubuntu:23.04
WORKDIR /usr/src/app
@ -30,6 +30,7 @@ RUN apt update -y && \
libgl1 \
python3 \
pip \
pipx \
imagemagick \
libpng-dev \
libtiff-dev \
@ -56,4 +57,4 @@ RUN rm /opt/blender/blender-3.6.1-linux-x64.tar.xz
ENV BLENDER_3_6 /opt/blender/blender-3.6.1-linux-x64/blender
RUN pip install vpk
RUN pipx install vpk