ejschwartz commited on
Commit
fbd4fbf
·
1 Parent(s): 4f9e4a6
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ ENV PIP_BREAK_SYSTEM_PACKAGES=1
7
  # Install dependencies
8
  RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
9
  --mount=type=cache,target=/var/lib/apt,sharing=locked \
 
10
  apt-add-repository ppa:deadsnakes/ppa && \
11
  apt-get update && apt-get install -y \
12
  git \
 
7
  # Install dependencies
8
  RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
9
  --mount=type=cache,target=/var/lib/apt,sharing=locked \
10
+ apt-get update && apt-get install -y software-properties-common && \
11
  apt-add-repository ppa:deadsnakes/ppa && \
12
  apt-get update && apt-get install -y \
13
  git \