Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
chore 🧹(dockerfile): move to ubuntu, upgraded wine
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Hang <[email protected]>
  • Loading branch information
Banh-Canh committed Sep 1, 2024
1 parent 7bc9c6c commit 1258f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbookworm
FROM ghcr.io/linuxserver/baseimage-kasmvnc:ubuntunoble

ARG FMD2_VERSION="2.0.32.0"

Expand All @@ -13,7 +13,7 @@ RUN \
apt update && \
apt install -y dpkg && \
dpkg --add-architecture i386 && \
apt install -y wine64=8.0~repack-4 wget p7zip-full curl git python3-pyxdg inotify-tools rsync &&\
apt install -y wine64=9.0~repack-4build3 wget p7zip-full curl git python3-pyxdg inotify-tools rsync &&\
curl -s https://api.github.com/repos/dazedcat19/FMD2/releases/tags/${FMD2_VERSION} | grep "browser_download_url.*download.*fmd.*x86_64.*.7z" | cut -d : -f 2,3 | tr -d '"' | wget -qi - -O FMD2.7z && \
7z x FMD2.7z -o/app/FMD2 && \
rm FMD2.7z && \
Expand Down

0 comments on commit 1258f7e

Please sign in to comment.