carpelan commited on
Commit
8244c0d
·
1 Parent(s): d30cc33

adding git to docker

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -22,6 +22,7 @@ ENV PYTHONUNBUFFERED=1 \
22
  # Install system dependencies and set Python 3.10 as default
23
  RUN apt-get update && apt-get install --no-install-recommends -y \
24
  build-essential \
 
25
  python3.10 \
26
  python3.10-distutils \
27
  python3-pip \
 
22
  # Install system dependencies and set Python 3.10 as default
23
  RUN apt-get update && apt-get install --no-install-recommends -y \
24
  build-essential \
25
+ git \
26
  python3.10 \
27
  python3.10-distutils \
28
  python3-pip \