Skip to content

Commit f26a807

Browse files
authored
Add vim
1 parent 427f71e commit f26a807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EXPOSE 80
1515
RUN chmod +x ./init.sh
1616
RUN chmod +x S1/initial_setup.sh
1717

18-
RUN apk add --no-cache nginx
18+
RUN apk add --no-cache nginx vim
1919
COPY config/default.conf /etc/nginx/http.d/default.conf
2020

21-
CMD ["/bin/sh", "-c", "./init.sh"]
21+
CMD ["/bin/sh", "-c", "./init.sh"]

0 commit comments

Comments
 (0)