Skip to content

Commit 2d58859

Browse files
committed
List dependencies explicitly
1 parent eaa00b2 commit 2d58859

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2124
FROM base AS builder
@@ -46,7 +49,8 @@ RUN \
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

manual_build/Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2124
FROM base AS builder
@@ -46,7 +49,8 @@ RUN \
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

0 commit comments

Comments
 (0)