soiz1 commited on
Commit
fbc4f39
·
verified ·
1 Parent(s): bd6f953

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ WORKDIR /usr/src/app
8
  COPY ./requirements.txt /usr/src/app
9
 
10
  # Build Dependencies
11
- RUN apk --no-cache add gcc musl-dev libffi-dev openssl-dev libxml2-dev libxslt-dev file llvm-dev make g++ cargo rust python3-dev build-essential
12
 
13
  # Python Dependencies
14
  RUN pip install --no-cache-dir --prefix=/install wheel cryptography gunicorn pymysql
 
8
  COPY ./requirements.txt /usr/src/app
9
 
10
  # Build Dependencies
11
+ RUN apk --no-cache add gcc musl-dev libffi-dev openssl-dev libxml2-dev libxslt-dev file llvm-dev make g++ cargo rust python3-dev
12
 
13
  # Python Dependencies
14
  RUN pip install --no-cache-dir --prefix=/install wheel cryptography gunicorn pymysql