From c3be426dca7d5ed217b3b10c924c3e3b6e524373 Mon Sep 17 00:00:00 2001 From: David Fry Date: Tue, 23 Jul 2024 19:56:18 +0100 Subject: [PATCH] change order --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bad2da2..6d90005 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,12 +8,11 @@ ARG NETBIRD_VERSION=0.28.6 # Update apt and Install dependencies -RUN apt-get update && apt install software-properties-common -y && add-apt-repository ppa:rmescandon/yq -y \ +RUN apt-get update && apt install curl gnupg software-properties-common -y && add-apt-repository ppa:rmescandon/yq -y \ && curl -sSL https://pkgs.netbird.io/debian/public.key | gpg --yes --dearmor --output /usr/share/keyrings/netbird-archive-keyring.gpg \ && echo 'deb [signed-by=/usr/share/keyrings/netbird-archive-keyring.gpg] https://pkgs.netbird.io/debian stable main' | tee /etc/apt/sources.list.d/netbird.list \ && apt update && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y \ tzdata \ - curl \ dnsutils \ git \ jq \