File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
applications/wg-easy/container Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,7 @@ RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | b
63
63
| cut -d : -f 2,3 \
64
64
| tr -d \" ) -o replicated.tar.gz \
65
65
&& tar xf replicated.tar.gz replicated && rm replicated.tar.gz \
66
- && mv replicated /usr/local/bin/replicated \
67
-
68
- # Install Preflight CLI
69
- && curl -Ls https://github.com/replicatedhq/troubleshoot/releases/latest/download/preflight_linux_amd64.tar.gz -o preflight.tar.gz \
70
- && tar xf preflight.tar.gz preflight && rm preflight.tar.gz \
71
- && mv preflight /usr/local/bin/preflight \
66
+ && mv replicated /usr/local/bin/replicated
72
67
73
68
# Create a non-root user for better security
74
69
RUN groupadd -r devuser && useradd -r -g devuser -m -s /bin/bash devuser
You can’t perform that action at this time.
0 commit comments