Skip to content

Commit 80b8bff

Browse files
committed
Fix a broken archlinux test
Fix an error that the libssl library could not be found ``` /root/wkhtmltopdf_binary_gem/bin/wkhtmltopdf_archlinux_amd64: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory ```
1 parent eb9cc93 commit 80b8bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/Dockerfile-archlinux

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ FROM archlinux
22

33
ENV DEBIAN_FRONTEND noninteractive
44

5-
RUN pacman -Sy --noconfirm ruby fontconfig freetype2 libjpeg libpng libxext libxrender
5+
RUN pacman -Sy --noconfirm ruby fontconfig freetype2 libjpeg libpng libxext libxrender openssl-1.1
66

77
CMD /root/wkhtmltopdf_binary_gem/bin/wkhtmltopdf --version

0 commit comments

Comments
 (0)