Skip to content

Commit 61ddfc7

Browse files
committed
windsurf
1 parent 90211ee commit 61ddfc7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: docker/Dockerfile

+6
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,12 @@ RUN git clone --depth 1 https://github.com/spieglt/whatfiles /opt/whatfiles && \
498498
make && \
499499
make install
500500

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+
501507
# Install xava
502508
# RUN apt-get update -qq && \
503509
# 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 && \

0 commit comments

Comments
 (0)