File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,11 @@ ARG NETBIRD_VERSION=0.28.6
88
99# Update apt and Install dependencies
1010
11- RUN apt-get update && apt install software-properties-common -y && add-apt-repository ppa:rmescandon/yq -y \
11+ RUN apt-get update && apt install curl gnupg software-properties-common -y && add-apt-repository ppa:rmescandon/yq -y \
1212 && curl -sSL https://pkgs.netbird.io/debian/public.key | gpg --yes --dearmor --output /usr/share/keyrings/netbird-archive-keyring.gpg \
1313 && 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 \
1414 && apt update && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y \
1515 tzdata \
16- curl \
1716 dnsutils \
1817 git \
1918 jq \
You can’t perform that action at this time.
0 commit comments