Skip to content

Commit 28f60c8

Browse files
authored
Merge pull request #10 from mojaloop/feature/cc-k8s
change order of dependencies
2 parents 48155b2 + c3be426 commit 28f60c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)