diff options
author | Maxim Devaev <[email protected]> | 2022-11-08 21:39:09 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-11-08 21:39:09 +0300 |
commit | 4c6511491e840de7b26e8abd9170e9eea8c7a27f (patch) | |
tree | 1e0659834ca87cb2ed7dfaba8fefb4635009e206 /testenv/Dockerfile | |
parent | d703ed0f007050a4c672abcae8a6feb4ee576ae2 (diff) |
lint fix
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 \ |