forked from colin/resume
Update docker/lucky-ddg/Dockerfile
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
45534502e8
commit
3fca1a2c2e
|
@ -8,13 +8,8 @@ ENV PYTHONUNBUFFERED=1
|
|||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
||||
# Install Git
|
||||
RUN apt-get update && apt-get install -y git
|
||||
|
||||
# Copy the requirements file into the container
|
||||
COPY requirements.txt .
|
||||
|
||||
# Install dependencies
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Copy the application code
|
||||
|
|
Loading…
Reference in New Issue