Spaces:
Build error
Build error
gusti-adli
commited on
Commit
•
0768237
1
Parent(s):
5ec74c2
fix dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ FROM python:3.9-slim-buster
|
|
6 |
COPY app /app
|
7 |
|
8 |
# RUN apt-get update
|
9 |
-
RUN apt-get update && apt-get install -y build-essential wget python3-dev python3-pip gcc
|
10 |
# openldap-dev libffi-dev jpeg-dev zlib-dev libmemcached-dev gcc libc-dev g++ libxml2 libxslt libxslt-dev
|
11 |
|
12 |
# TA-Lib
|
|
|
6 |
COPY app /app
|
7 |
|
8 |
# RUN apt-get update
|
9 |
+
RUN apt-get update && apt-get install -y build-essential wget python3-dev python3-pip gcc sudo
|
10 |
# openldap-dev libffi-dev jpeg-dev zlib-dev libmemcached-dev gcc libc-dev g++ libxml2 libxslt libxslt-dev
|
11 |
|
12 |
# TA-Lib
|