apt to apt-get
All checks were successful
Build and Push Docker Images / build (push) Successful in 34s
All checks were successful
Build and Push Docker Images / build (push) Successful in 34s
This commit is contained in:
parent
9d1b506f0f
commit
fe4613724d
@ -8,7 +8,7 @@ WORKDIR /app
|
|||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
# Ensure cron is installed
|
# Ensure cron is installed
|
||||||
RUN apt get update && apt get install -y cron
|
RUN apt-get update && apt-get install -y cron
|
||||||
|
|
||||||
# Install any needed packages specified in requirements.txt
|
# Install any needed packages specified in requirements.txt
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user