gstdl commited on
Commit
b70ff15
1 Parent(s): 0e6bf36

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.9-slim-buster
5
  COPY app /app
6
 
7
  # RUN apt-get update
8
- RUN apt-get update && apt-get install -y gcc libc-dev g++ libc6-dev dpkg-dev build-essential wget python3-dev python3-pip gcc sudo
9
  # openldap-dev libffi-dev jpeg-dev zlib-dev libmemcached-dev ibxml2 libxslt libxslt-dev
10
 
11
  # TA-Lib
 
5
  COPY app /app
6
 
7
  # RUN apt-get update
8
+ RUN apt-get update && apt-get install -y gcc bzip2 libc-dev g++ libc6 libc6-dev dpkg-dev build-essential wget libpython3-dev python3-dev python3-pip gcc sudo
9
  # openldap-dev libffi-dev jpeg-dev zlib-dev libmemcached-dev ibxml2 libxslt libxslt-dev
10
 
11
  # TA-Lib