indentation

This commit is contained in:
tooomm 2024-11-17 22:28:43 +01:00 committed by GitHub
parent cc10afd4e9
commit 317288c802
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,25 +4,25 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y\ RUN apt-get update && apt-get install -y\
build-essential \ build-essential \
ccache \ ccache \
clang-format \ clang-format \
cmake \ cmake \
file \ file \
g++ \ g++ \
git \ git \
libgl-dev \ libgl-dev \
liblzma-dev \ liblzma-dev \
libmariadb-dev-compat \ libmariadb-dev-compat \
libprotobuf-dev \ libprotobuf-dev \
libqt6multimedia6 \ libqt6multimedia6 \
libqt6sql6-mysql \ libqt6sql6-mysql \
qt6-svg-dev \ qt6-svg-dev \
qt6-websockets-dev \ qt6-websockets-dev \
protobuf-compiler \ protobuf-compiler \
qt6-l10n-tools \ qt6-l10n-tools \
qt6-multimedia-dev \ qt6-multimedia-dev \
qt6-tools-dev \ qt6-tools-dev \
qt6-tools-dev-tools qt6-tools-dev-tools
COPY . /home/servatrice/code/ COPY . /home/servatrice/code/
WORKDIR /home/servatrice/code WORKDIR /home/servatrice/code