mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
Added windows signing
This commit is contained in:
parent
3a9aedae31
commit
c5e78e390c
2 changed files with 15 additions and 13 deletions
|
@ -1,7 +1,9 @@
|
|||
FROM node:22.10.0-bookworm
|
||||
|
||||
RUN dpkg --add-architecture i386
|
||||
RUN apt update && apt install -y zip dpkg fakeroot rpm wget p7zip-full unzip rsync
|
||||
RUN apt update && apt install -y zip dpkg fakeroot rpm wget p7zip-full unzip rsync jq awscli
|
||||
RUN wget https://github.com/ebourg/jsign/releases/download/6.0/jsign_6.0_all.deb
|
||||
RUN apt install -y ./jsign_6.0_all.deb
|
||||
|
||||
RUN mkdir -pm755 /etc/apt/keyrings
|
||||
RUN wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue