Skip to content

Commit ab75e3c

Browse files
authored
chore(dockerfile): install vim instand of vi
1 parent 2f9ad68 commit ab75e3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV PG_MAJOR=15 \
1010
ENV HOME /data
1111
ENV PGDATA $HOME/$PG_MAJOR
1212

13-
RUN install-packages vi gcc \
13+
RUN install-packages vim gcc \
1414
&& install-stack python $PYTHON_VERSION \
1515
&& install-stack postgresql $PG_MAJOR.$PG_MINOR \
1616
&& . init-stack \

0 commit comments

Comments
 (0)