mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-11 21:12:44 +08:00
gj_common: Add 'git' and 'vim' to Dockerfile
This commit is contained in:
@ -5,7 +5,7 @@ ENV TZ Europe/Madrid
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y libssh2-1-dev curl gdb cppcheck xz-utils sudo libtinfo5
|
||||
RUN apt-get install -y cmake libssl-dev pkg-config zlib1g-dev clang tzdata
|
||||
RUN apt-get install -y cmake libssl-dev pkg-config zlib1g-dev clang tzdata git vim
|
||||
|
||||
COPY . /opt
|
||||
RUN /opt/install_infer.sh
|
||||
|
Reference in New Issue
Block a user