megadl1 commited on
Commit
cfa9ea7
·
verified ·
1 Parent(s): 527a911

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ WORKDIR /app
8
  RUN apt-get update && \
9
  apt-get install -y --no-install-recommends \
10
  tor \
 
11
  build-essential && \
12
  apt-get clean && \
13
  rm -rf /var/lib/apt/lists/*
 
8
  RUN apt-get update && \
9
  apt-get install -y --no-install-recommends \
10
  tor \
11
+ git \
12
  build-essential && \
13
  apt-get clean && \
14
  rm -rf /var/lib/apt/lists/*