File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -498,6 +498,12 @@ RUN git clone --depth 1 https://github.com/spieglt/whatfiles /opt/whatfiles && \
498
498
make && \
499
499
make install
500
500
501
+ # Install windsurf
502
+ RUN curl -fsSL https://windsurf-stable.codeiumdata.com/wVxQEIWkwPUEAGf3/windsurf.gpg | gpg --dearmor -o /usr/share/keyrings/windsurf-stable-archive-keyring.gpg && \
503
+ echo 'deb [signed-by=/usr/share/keyrings/windsurf-stable-archive-keyring.gpg arch=amd64] https://windsurf-stable.codeiumdata.com/wVxQEIWkwPUEAGf3/apt stable main' | tee /etc/apt/sources.list.d/windsurf.list > /dev/null && \
504
+ apt-get update -qq && \
505
+ apt-get install -qq windsurf
506
+
501
507
# Install xava
502
508
# RUN apt-get update -qq && \
503
509
# apt-get install -qq libasound2-dev libcairo2-dev libfftw3-dev libglew-dev libiniparser1 libpipewire-0.3-dev libpulse-dev librsvg2-bin libsdl2-dev portaudio19-dev && \
You can’t perform that action at this time.
0 commit comments