mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 11:03:54 -07:00
formatting
This commit is contained in:
parent
568825fd76
commit
40f47500d9
1 changed files with 19 additions and 17 deletions
|
|
@ -4,7 +4,8 @@ FROM debian:13 AS build
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
# Install build dependencies
|
# Install build dependencies
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update \
|
||||||
|
&& apt-get install -y --no-install-recommends \
|
||||||
cmake \
|
cmake \
|
||||||
g++ \
|
g++ \
|
||||||
libmariadb-dev-compat \
|
libmariadb-dev-compat \
|
||||||
|
|
@ -35,7 +36,8 @@ FROM debian:13-slim
|
||||||
|
|
||||||
# Install runtime dependencies
|
# Install runtime dependencies
|
||||||
# Is libprotobuf-lite32t64 enough?
|
# Is libprotobuf-lite32t64 enough?
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update
|
||||||
|
&& apt-get install -y --no-install-recommends \
|
||||||
libprotobuf32t64 \
|
libprotobuf32t64 \
|
||||||
libqt6sql6-mysql \
|
libqt6sql6-mysql \
|
||||||
libqt6websockets6 \
|
libqt6websockets6 \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue