GaetanoParente commited on
Commit
278ef90
·
verified ·
1 Parent(s): 9992394

Update Dockerfile

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