Skip to content

Commit

Permalink
add vim for git cli
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Aug 28, 2024
1 parent 46c6f79 commit 81f05ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ RUN docker-php-source extract \
"autoconf" "pkg-config" "make" "gcc" "valgrind" "rsync" "git" "ssh" \
"clang-20" \
"lcov" "gzip" \
"vim" \
&& update-alternatives --install "/usr/bin/clang" clang "/usr/bin/clang-20" 100 \
&& update-alternatives --install "/usr/bin/clang++" clang++ "/usr/bin/clang++-20" 100; \
else \
apk add --no-cache "bison" "zlib-dev" "sqlite-dev" "libxml2-dev" \
"autoconf" "pkgconfig" "make" "gcc" "g++" "valgrind" "valgrind-dev" \
"musl-dev" "rsync" "git" "openssh" \
"patch" "lcov" "gzip"; \
"patch" "lcov" "gzip" \
"vim"; \
fi

COPY ./pskel.sh /usr/local/bin/pskel
Expand Down

0 comments on commit 81f05ed

Please sign in to comment.