diff --git a/scrapers/Dockerfile b/scrapers/Dockerfile index 865b946..bbeaf96 100644 --- a/scrapers/Dockerfile +++ b/scrapers/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /app COPY . /app # 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 RUN pip install --no-cache-dir -r requirements.txt