Skip to content

Commit e7d1870

Browse files
committed
revert Containerfile
1 parent d9edccd commit e7d1870

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

applications/wg-easy/container/Containerfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,7 @@ RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | b
6363
| cut -d : -f 2,3 \
6464
| tr -d \") -o replicated.tar.gz \
6565
&& 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
7267

7368
# Create a non-root user for better security
7469
RUN groupadd -r devuser && useradd -r -g devuser -m -s /bin/bash devuser

0 commit comments

Comments
 (0)