Skip to content

Commit

Permalink
CI: add missing package for git
Browse files Browse the repository at this point in the history
  • Loading branch information
szszszsz committed Jun 22, 2020
1 parent f46bd38 commit 17b70fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:bionic

RUN apt update
RUN apt install -qy make python3 python3-pip python3-venv
RUN apt install -qy make python3 python3-pip python3-venv git
RUN mkdir -p /app

WORKDIR /app

0 comments on commit 17b70fe

Please sign in to comment.