Jin Eguchi
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
contrib/build-wine/Dockerfile
|
|
@ -7,8 +7,8 @@ RUN dpkg --add-architecture i386 && \ |
|
|
|
apt-get update -q && \ |
|
|
|
apt-get install -qy \ |
|
|
|
wget=1.20.3-1ubuntu1 \ |
|
|
|
gnupg2=2.2.19-3ubuntu2 \ |
|
|
|
dirmngr=2.2.19-3ubuntu2 \ |
|
|
|
gnupg2=2.2.19-3ubuntu2.1 \ |
|
|
|
dirmngr=2.2.19-3ubuntu2.1 \ |
|
|
|
python3-software-properties=0.98.9.2 \ |
|
|
|
software-properties-common=0.98.9.2 \ |
|
|
|
&& \ |
|
|
|