Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit d5ecb9b

Browse files
committed
Fixed huber one more time
1 parent c9cf14c commit d5ecb9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/huber/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ apt-get update
2020
apt-get -y install --no-install-recommends \
2121
libarchive13 \
2222
libarchive-dev \
23-
openssl-dev \
23+
libssl-dev \
2424
pkg-config
2525
EOF
2626
SHELL [ "/bin/bash", "--login", "-ec" ]

0 commit comments

Comments
 (0)