mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Some cleaning in the Dockerfile files
This commit is contained in:
parent
522410c635
commit
612f80f912
@ -9,7 +9,7 @@ ENV APPNAME="YACReaderLibraryServer"
|
|||||||
ENV HOME="/config"
|
ENV HOME="/config"
|
||||||
LABEL maintainer="luisangelsm"
|
LABEL maintainer="luisangelsm"
|
||||||
|
|
||||||
# install build & runtime packages
|
# install build packages
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y --no-install-recommends \
|
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 && \
|
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
|
7z x /src/git/compressed_archive/7z2301-src.7z -o/src/git/compressed_archive/lib7zip
|
||||||
|
|
||||||
# build yacrederlibraryserver
|
# build yacreaderlibraryserver
|
||||||
RUN cd /src/git/YACReaderLibraryServer && \
|
RUN cd /src/git/YACReaderLibraryServer && \
|
||||||
# qtchooser -list-versions && \
|
|
||||||
qmake6 PREFIX=/app CONFIG+="7zip server_standalone" YACReaderLibraryServer.pro && \
|
qmake6 PREFIX=/app CONFIG+="7zip server_standalone" YACReaderLibraryServer.pro && \
|
||||||
qmake6 -v && \
|
qmake6 -v && \
|
||||||
make && \
|
make && \
|
||||||
|
@ -9,7 +9,7 @@ ENV APPNAME="YACReaderLibraryServer"
|
|||||||
ENV HOME="/config"
|
ENV HOME="/config"
|
||||||
LABEL maintainer="luisangelsm"
|
LABEL maintainer="luisangelsm"
|
||||||
|
|
||||||
# install build & runtime packages
|
# install build packages
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
|
Loading…
Reference in New Issue
Block a user