ENH: update libssl to 3.0

github-issue: docker build failed

Change-Id: Ic29740791b4fdb6b065c31dad79112f74c92de17
This commit is contained in:
lane.wei
2023-10-15 22:36:45 +08:00
committed by Lane.Wei
parent 1e2fdbd408
commit f7345b618a
2 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM docker.io/ubuntu:20.04
FROM docker.io/ubuntu:22.04
LABEL maintainer "DeftDawg <DeftDawg@gmail.com>"
# Disable interactive package configuration
@@ -36,6 +36,7 @@ RUN apt-get update && apt-get install -y \
libosmesa6-dev \
libsecret-1-dev \
libsoup2.4-dev \
libssl3 \
libssl-dev \
libudev-dev \
libwayland-dev \