anton-priestley commited on
Commit
2ac472f
·
1 Parent(s): 538c3da

Git added for HF Build

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ WORKDIR /app
7
  # Install system dependencies
8
  # libgl1 and libglib2.0-0 are often needed for CV/PDF libraries
9
  RUN apt-get update && apt-get install -y --no-install-recommends \
 
10
  libgl1 \
11
  libglib2.0-0 \
12
  build-essential \
 
7
  # Install system dependencies
8
  # libgl1 and libglib2.0-0 are often needed for CV/PDF libraries
9
  RUN apt-get update && apt-get install -y --no-install-recommends \
10
+ git \
11
  libgl1 \
12
  libglib2.0-0 \
13
  build-essential \