From 612f80f9129f1e05a61fb733a613e50afb4f45c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 22 Sep 2024 17:25:44 +0200 Subject: [PATCH] Some cleaning in the Dockerfile files --- docker/Dockerfile | 5 ++--- docker/Dockerfile.aarch64 | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 59f53081..12c5ed4b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -9,7 +9,7 @@ ENV APPNAME="YACReaderLibraryServer" ENV HOME="/config" LABEL maintainer="luisangelsm" -# install build & runtime packages +# install build packages RUN \ apt-get update && \ apt-get install -y --no-install-recommends \ @@ -65,9 +65,8 @@ RUN cd /src/git/compressed_archive && \ wget "https://github.com/YACReader/yacreader-7z-deps/blob/main/7z2301-src.7z?raw=true" -O /src/git/compressed_archive/7z2301-src.7z && \ 7z x /src/git/compressed_archive/7z2301-src.7z -o/src/git/compressed_archive/lib7zip -# build yacrederlibraryserver +# build yacreaderlibraryserver RUN cd /src/git/YACReaderLibraryServer && \ - # qtchooser -list-versions && \ qmake6 PREFIX=/app CONFIG+="7zip server_standalone" YACReaderLibraryServer.pro && \ qmake6 -v && \ make && \ diff --git a/docker/Dockerfile.aarch64 b/docker/Dockerfile.aarch64 index 9647fb82..faf2c430 100644 --- a/docker/Dockerfile.aarch64 +++ b/docker/Dockerfile.aarch64 @@ -9,7 +9,7 @@ ENV APPNAME="YACReaderLibraryServer" ENV HOME="/config" LABEL maintainer="luisangelsm" -# install build & runtime packages +# install build packages RUN \ apt-get update && \ apt-get install -y --no-install-recommends \