Skip to content

Commit

Permalink
Merge pull request #10 from mojaloop/feature/cc-k8s
Browse files Browse the repository at this point in the history
change order of dependencies
  • Loading branch information
dfry authored Jul 23, 2024
2 parents 48155b2 + c3be426 commit 28f60c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 28f60c8

Please sign in to comment.