Skip to content

Commit 614b65b

Browse files
committed
Upgrade OpenSSL on Arch to avoid mismatch errors.
1 parent bc5dd57 commit 614b65b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/kitchen/driver/docker.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def build_dockerfile
203203
<<-eos
204204
RUN pacman --noconfirm -Sy archlinux-keyring
205205
RUN pacman-db-upgrade
206-
RUN pacman --noconfirm -Sy openssh sudo curl
206+
RUN pacman --noconfirm -Sy openssl openssh sudo curl
207207
RUN ssh-keygen -A -t rsa -f /etc/ssh/ssh_host_rsa_key
208208
RUN ssh-keygen -A -t dsa -f /etc/ssh/ssh_host_dsa_key
209209
eos

0 commit comments

Comments
 (0)