Skip to content

Commit

Permalink
Fix wine gpg signature issue for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ZIMkaRU committed Jan 5, 2021
1 parent 5922cf3 commit 4b93c03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.win-builder
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ ENV NODE_VERSION 12.13.0
COPY ./scripts/install-nodejs.sh ./scripts/install-nodejs.sh

RUN ./scripts/install-nodejs.sh $NODE_VERSION \
&& wget -nv https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/Release.key -O Release.key \
&& apt-key add - < Release.key \
&& apt-get update -y \
&& apt-get install -y --no-install-recommends \
p7zip-full \
Expand Down

0 comments on commit 4b93c03

Please sign in to comment.