mirror of
https://github.com/rwengine/openrw.git
synced 2025-01-31 20:11:37 +01:00
Fix "gpgv, gpgv2 or gpgv1 required for verification, but neither seems installed"
This seems to be a problem with 21.04 (rolling) so let's stick with latest (20.04) for now. Maybe it'll fix itself when they change what `latest` is pointing to. Maybe it'll stop working again then!
This commit is contained in:
parent
a5327eeebb
commit
3487b81f40
@ -1,4 +1,4 @@
|
||||
FROM ubuntu:rolling
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install --no-install-recommends --no-upgrade -y \
|
||||
|
Loading…
x
Reference in New Issue
Block a user