We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d86aa commit ce35a3aCopy full SHA for ce35a3a
1 file changed
docker/Dockerfile
@@ -41,7 +41,8 @@ FROM fedora:latest
41
RUN dnf install -y \
42
openssl zlib \
43
mariadb-connector-c \
44
- libcurl \
+ boost-date-time \
45
+ libidn2 libnghttp2 libpsl \
46
curl \
47
&& dnf clean all && rm -rf /var/cache/dnf
48
0 commit comments