Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -12,7 +12,6 @@ WORKDIR /app
|
|
12 |
# Copy the requirements file and install dependencies
|
13 |
COPY --chown=user:user ./requirements.txt requirements.txt
|
14 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
15 |
-
RUN apt-get update && apt-get install -y openssl && apt-get clean
|
16 |
|
17 |
|
18 |
# Copy the rest of your application code
|
|
|
12 |
# Copy the requirements file and install dependencies
|
13 |
COPY --chown=user:user ./requirements.txt requirements.txt
|
14 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
|
15 |
|
16 |
|
17 |
# Copy the rest of your application code
|