1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-10-04 16:17:17 +02: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:
tsjost 2021-10-12 01:24:52 +02:00
parent a5327eeebb
commit 3487b81f40

View File

@ -1,4 +1,4 @@
FROM ubuntu:rolling
FROM ubuntu:latest
RUN apt-get update \
&& apt-get install --no-install-recommends --no-upgrade -y \