Update Dockerfile

Upped from Jammy -> Noble
Upped from Qt5 -> Tt6
This commit is contained in:
moryall 2024-11-06 20:48:00 -08:00 committed by GitHub
parent 81524ab9ce
commit 56eb32f30a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,20 +1,28 @@
FROM ubuntu:jammy FROM ubuntu:noble
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y\ RUN apt-get update && apt-get install -y\
build-essential\ build-essential \
cmake\ ccache \
git\ clang-format \
libprotobuf-dev\ cmake \
libqt5sql5-mysql\ file \
libmysqlclient-dev\ g++ \
libqt5websockets5-dev\ git \
protobuf-compiler\ libgl-dev \
qt5-qmake\ liblzma-dev \
qtbase5-dev\ libmariadb-dev-compat \
qttools5-dev-tools\ libprotobuf-dev \
qttools5-dev libqt6multimedia6 \
libqt6sql6-mysql \
qt6-svg-dev \
qt6-websockets-dev \
protobuf-compiler \
qt6-l10n-tools \
qt6-multimedia-dev \
qt6-tools-dev \
qt6-tools-dev-tools
COPY . /home/servatrice/code/ COPY . /home/servatrice/code/
WORKDIR /home/servatrice/code WORKDIR /home/servatrice/code