Skip to content

Commit

Permalink
Update winehq dockerfile to ubuntu 24.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfonseca committed Aug 31, 2024
1 parent 2da3aaf commit 8297e07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/docker/winehq.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04
MAINTAINER "Jose Fonseca" <[email protected]>
ENV container docker

Expand All @@ -12,8 +12,8 @@ RUN \
dpkg --add-architecture i386 && \
apt-get update && apt-get install -y \
apt-transport-https ca-certificates gnupg software-properties-common wget && \
wget -q -O /etc/apt/trusted.gpg.d/winehw.asc https://dl.winehq.org/wine-builds/winehq.key && \
echo 'deb https://dl.winehq.org/wine-builds/ubuntu/ jammy main' > /etc/apt/sources.list.d/wine.list && \
wget -q -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key && \
wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/noble/winehq-noble.sources && \
apt-get update && apt-get install -qq -y --install-recommends \
mingw-w64 ninja-build cmake python3 xinit xvfb \
winehq-devel && \
Expand Down

0 comments on commit 8297e07

Please sign in to comment.