diff options
Diffstat (limited to 'testenv/Dockerfile')
-rw-r--r-- | testenv/Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index 12a93a8e..b5741ac3 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -11,6 +11,9 @@ RUN pacman --noconfirm --ask=4 -Syy \ && pacman --needed --noconfirm --ask=4 -S \ glibc \ pacman \ + openssl \ + openssl-1.0 \ + openssl-1.1 \ && pacman-db-upgrade \ && pacman --noconfirm --ask=4 -Syu \ && pacman --needed --noconfirm --ask=4 -S \ |