Merge pull request #230 from parkervcp/Debian-bookworm
Move to Debian 12 and fix Uptime Kuma
This commit is contained in:
@@ -19,7 +19,7 @@ RUN cd /tmp/ \
|
||||
# Install wine and with recommends
|
||||
RUN mkdir -pm755 /etc/apt/keyrings
|
||||
RUN wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
|
||||
RUN wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bullseye/winehq-bullseye.sources
|
||||
RUN wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources
|
||||
RUN apt update
|
||||
RUN apt install --install-recommends winehq-devel cabextract wine-binfmt -y
|
||||
|
||||
|
@@ -19,7 +19,7 @@ RUN cd /tmp/ \
|
||||
# Install wine and with recommends
|
||||
RUN mkdir -pm755 /etc/apt/keyrings
|
||||
RUN wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
|
||||
RUN wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bullseye/winehq-bullseye.sources
|
||||
RUN wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources
|
||||
RUN apt update
|
||||
RUN apt install --install-recommends winehq-stable cabextract wine-binfmt -y
|
||||
|
||||
|
@@ -19,7 +19,7 @@ RUN cd /tmp/ \
|
||||
# Install wine and with recommends
|
||||
RUN mkdir -pm755 /etc/apt/keyrings
|
||||
RUN wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
|
||||
RUN wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bullseye/winehq-bullseye.sources
|
||||
RUN wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources
|
||||
RUN apt update
|
||||
RUN apt install --install-recommends winehq-staging cabextract wine-binfmt -y
|
||||
|
||||
|
Reference in New Issue
Block a user