feat: Country detection

* feat: Country detection
This commit is contained in:
Kroese
2023-12-04 14:21:37 +01:00
committed by GitHub
parent c1d3d15d4e
commit 354bd2429b
2 changed files with 28 additions and 5 deletions

View File

@@ -14,7 +14,8 @@ ARG DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get -y upgrade && \
apt-get --no-install-recommends -y install \
tini \
jq \
tini \
curl \
cpio \
wget \