Skip to content

Commit

Permalink
feat: add deps
Browse files Browse the repository at this point in the history
Signed-off-by: Dup4 <lyuzhi.pan@gmail.com>
  • Loading branch information
Dup4 committed Jan 12, 2024
1 parent 2d89eb1 commit 7837079
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ENV DEBIAN_FRONTEND noninteractive

RUN chmod +x /*.sh \
&& pip install -r requirements.txt \
&& cd ./cmd/dump-to-xcpcio && pip install -r requirements.txt \
&& apt update \
&& apt install --no-install-recommends --no-install-suggests -y vim

Expand Down

0 comments on commit 7837079

Please sign in to comment.