Skip to content

Commit e846a7e

Browse files
committed
Add vim to image
1 parent 772874c commit e846a7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Containerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
1111
RUN apt -y update && \
1212
apt -y install \
1313
git \
14-
rsync && \
14+
rsync \
15+
vim && \
1516
apt clean
1617

1718
# Set working directory to a path that will stable

0 commit comments

Comments
 (0)