File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,14 @@ RUN \
1111 bash \
1212 curl \
1313 doas \
14+ libcrypto3 \
15+ libssl3 \
1416 python3 \
1517 qt6-qtbase \
1618 qt6-qtbase-sqlite \
1719 tini \
18- tzdata
20+ tzdata \
21+ zlib
1922
2023# image for building
2124FROM base AS builder
4649 ninja \
4750 openssl-dev \
4851 qt6-qtbase-dev \
49- qt6-qttools-dev
52+ qt6-qttools-dev \
53+ zlib-dev
5054
5155# compiler, linker options:
5256# https://gcc.gnu.org/onlinedocs/gcc/Option-Summary.html
Original file line number Diff line number Diff line change @@ -11,11 +11,14 @@ RUN \
1111 bash \
1212 curl \
1313 doas \
14+ libcrypto3 \
15+ libssl3 \
1416 python3 \
1517 qt6-qtbase \
1618 qt6-qtbase-sqlite \
1719 tini \
18- tzdata
20+ tzdata \
21+ zlib
1922
2023# image for building
2124FROM base AS builder
4649 ninja \
4750 openssl-dev \
4851 qt6-qtbase-dev \
49- qt6-qttools-dev
52+ qt6-qttools-dev \
53+ zlib-dev
5054
5155# compiler, linker options:
5256# https://gcc.gnu.org/onlinedocs/gcc/Option-Summary.html
You can’t perform that action at this time.
0 commit comments