Browse Source
build: update some packages in dockerfiles
Ubuntu no longer serves old version
patch-4
SomberNight
4 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
2 additions and
2 deletions
-
contrib/build-wine/Dockerfile
|
|
@ -6,8 +6,8 @@ RUN dpkg --add-architecture i386 && \ |
|
|
|
apt-get update -q && \ |
|
|
|
apt-get install -qy \ |
|
|
|
wget=1.19.4-1ubuntu2.2 \ |
|
|
|
gnupg2=2.2.4-1ubuntu1.2 \ |
|
|
|
dirmngr=2.2.4-1ubuntu1.2 \ |
|
|
|
gnupg2=2.2.4-1ubuntu1.3 \ |
|
|
|
dirmngr=2.2.4-1ubuntu1.3 \ |
|
|
|
python3-software-properties=0.96.24.32.1 \ |
|
|
|
software-properties-common=0.96.24.32.1 |
|
|
|
|
|
|
|