Add missing git dependency

This commit is contained in:
Tomasz 2023-04-19 12:09:02 +02:00
parent 06eccfadf7
commit 18c7c11ace
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
FROM ubuntu:latest
RUN apt update && apt install -y \
git \
python3-pip \
python3