mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-22 10:22:15 -07:00
Update Dockerfile
Upped from Jammy -> Noble Upped from Qt5 -> Tt6
This commit is contained in:
parent
81524ab9ce
commit
56eb32f30a
1 changed files with 21 additions and 13 deletions
34
Dockerfile
34
Dockerfile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue