Skip to content

Commit 22ead36

Browse files
authored
Merge pull request #16 from mojaloop/feature/cc-k8s
rm netbird client
2 parents 1d93825 + ab519c0 commit 22ead36

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ ARG TERRAGRUNT_VERSION=0.57.0
44
ARG VAULT_VERSION=1.17.6
55
ARG YTT_VERSION=0.48.0
66
ARG KAPP_VERSION=0.60.0
7-
ARG NETBIRD_VERSION=0.30.2
87
ARG KUBECTL_VERSION=1.24.6
98

109
# Update apt and Install dependencies
@@ -27,7 +26,6 @@ RUN apt-get update && apt install curl gnupg software-properties-common -y && ad
2726
wget \
2827
zip \
2928
mysql-client \
30-
netbird=${NETBIRD_VERSION} \
3129
&& rm -rf /var/lib/apt/lists/*
3230

3331
# Install tools and configure the environment

0 commit comments

Comments
 (0)