mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-23 10:52:16 -07:00
Update Dockerfile to non-outdated Ubuntu version
1. Updated image to jammy as it is still in it's LTS window. Didn't go with 24.04/Noble as it released after latest version of cockatrice released. 2. Had to add new ARG 3. No qt5-default library, so replaced with qt5-qmake
This commit is contained in:
parent
03ec02a749
commit
81524ab9ce
1 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
FROM ubuntu:bionic
|
FROM ubuntu:jammy
|
||||||
MAINTAINER Zach Halpern <zahalpern+github@gmail.com>
|
|
||||||
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y\
|
RUN apt-get update && apt-get install -y\
|
||||||
build-essential\
|
build-essential\
|
||||||
|
|
@ -10,7 +11,7 @@ RUN apt-get update && apt-get install -y\
|
||||||
libmysqlclient-dev\
|
libmysqlclient-dev\
|
||||||
libqt5websockets5-dev\
|
libqt5websockets5-dev\
|
||||||
protobuf-compiler\
|
protobuf-compiler\
|
||||||
qt5-default\
|
qt5-qmake\
|
||||||
qtbase5-dev\
|
qtbase5-dev\
|
||||||
qttools5-dev-tools\
|
qttools5-dev-tools\
|
||||||
qttools5-dev
|
qttools5-dev
|
||||||
|
|
@ -28,4 +29,3 @@ WORKDIR /home/servatrice
|
||||||
EXPOSE 4747
|
EXPOSE 4747
|
||||||
|
|
||||||
ENTRYPOINT [ "servatrice", "--log-to-console" ]
|
ENTRYPOINT [ "servatrice", "--log-to-console" ]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue