1 Star 0 Fork 0

Wine助手/bottles

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 819 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alexis Lopez Zubieta 提交于 2022-04-11 01:54 +08:00 . Restore builds
FROM ubuntu:jammy
RUN apt update
RUN apt install -y debhelper python3 python3-pip python3-setuptools python3-yaml python3-requests gettext build-essential patchelf librsvg2-dev desktop-file-utils libgdk-pixbuf2.0-dev fakeroot strace ninja-build meson winbind wget
RUN wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage -O /opt/appimagetool-x86_64.AppImage
RUN cd /opt && chmod +x appimagetool-x86_64.AppImage && ./appimagetool-x86_64.AppImage --appimage-extract
RUN cd /opt && mv squashfs-root appimagetool-x86_64.AppDir && ls && ln -s /opt/appimagetool-x86_64.AppDir/AppRun /usr/bin/appimagetool
RUN DEBIAN_FRONTEND=noninteractive apt install -y git libhandy-1-dev appstream-util
RUN pip3 install git+https://github.com/AppImageCrafters/appimage-builder.git
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/winegame/bottles.git
git@gitee.com:winegame/bottles.git
winegame
bottles
bottles
master

搜索帮助