Skip to content

Commit

Permalink
Merge pull request #69 from ZIMkaRU/bugfix/fix-wine-gpg-signature-iss…
Browse files Browse the repository at this point in the history
…ue-for-docker

Fix wine gpg signature issue for docker
  • Loading branch information
ezewer authored Jan 6, 2021
2 parents 5922cf3 + 4b93c03 commit 6abbd31
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 6abbd31

Please sign in to comment.