sarmadsiddiqui29 commited on
Commit
229358a
·
verified ·
1 Parent(s): 710aad6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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