Skip to content

Commit

Permalink
use ubuntu 22.04 as base (ubuntu 18.04 is EOL)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Sep 29, 2023
1 parent 6bda7e0 commit 819ec0f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions buildscripts/docker/Dockerfile.ubuntu_lts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with qTox. If not, see <http://www.gnu.org/licenses/>

FROM ubuntu:18.04
FROM ubuntu:22.04

ENV DEBIAN_FRONTEND=noninteractive

Expand Down Expand Up @@ -60,7 +60,7 @@ RUN apt-get update && \
libvpx-dev \
libkf5sonnet-dev \
libxss-dev \
qt5-default \
qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools \
qttools5-dev \
zsync \
libarchive-dev \
Expand Down Expand Up @@ -126,7 +126,6 @@ RUN apt-get update && \
libbs2b-dev \
libbluray-dev \
libass-dev \
libcrystalhd-dev \
libvdpau-dev \
libva-dev \
libva-x11-2 \
Expand Down Expand Up @@ -160,14 +159,20 @@ RUN apt-get update && \
libgsm1-dev \
libgpgme-dev \
flite-dev \
libdc1394-22-dev \
libdc1394-dev \
libcaca-dev \
libraw1394-dev \
libavc1394-dev \
libiec61883-dev \
libchromaprint-dev \
librsvg2-dev \
libgme-dev \
libaom-dev \
libcodec2-dev \
libdrm-dev \
libbrotli-dev \
opencl-c-headers \
nvidia-opencl-dev \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 819ec0f

Please sign in to comment.