devranx commited on
Commit
4223243
·
1 Parent(s): 63840b6

Remove failing dependency

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -6,7 +6,6 @@ WORKDIR /app
6
  RUN apt-get update && apt-get install -y \
7
  build-essential \
8
  curl \
9
- software-properties-common \
10
  && rm -rf /var/lib/apt/lists/*
11
 
12
  COPY requirements.txt .
 
6
  RUN apt-get update && apt-get install -y \
7
  build-essential \
8
  curl \
 
9
  && rm -rf /var/lib/apt/lists/*
10
 
11
  COPY requirements.txt .