Skip to content

Commit

Permalink
ENH: update libssl to 3.0
Browse files Browse the repository at this point in the history
Change-Id: Ic29740791b4fdb6b065c31dad79112f74c92de17
  • Loading branch information
lanewei120 committed Oct 17, 2023
1 parent 1d07869 commit cd5216c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
# TODO: bind mount BambuStudio to inside the container instead of COPY to enable faster rebuilds during dev work.

FROM docker.io/ubuntu:20.04
FROM docker.io/ubuntu:22.04
LABEL maintainer "DeftDawg <[email protected]>"
ARG BUILD_LINUX_EXTRA_ARGS=""

Expand Down Expand Up @@ -46,7 +46,7 @@ RUN apt-get update && apt-get install -y \
libgstreamer1.0-dev libgstreamer-plugins-good1.0-dev libgstreamer-plugins-base1.0-dev libgstreamerd-3-dev \
libmspack-dev \
libosmesa6-dev \
libssl-dev libcurl4-openssl-dev libsecret-1-dev \
libssl3 libssl-dev libcurl4-openssl-dev libsecret-1-dev \
libudev-dev \
curl \
wget \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/ubuntu:20.04
FROM docker.io/ubuntu:22.04
LABEL maintainer "DeftDawg <[email protected]>"

# Disable interactive package configuration
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit cd5216c

Please sign in to comment.