Commit c647eaa8 authored by Mahmoud Aglan's avatar Mahmoud Aglan

fix(docker): ARG CACHEBUST to invalidate layer cache for cron install

Docker cached the apt-get layer from before cron was added. ARG before
RUN forces layer rebuild.
Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
parent a1422b87
FROM php:8.2-apache-bookworm
# Cache-bust: 2026-07-03 (force rebuild for cron package)
# ── System dependencies ──
ARG CACHEBUST=2026-07-03
RUN apt-get update && apt-get install -y \
libpng-dev \
libjpeg-dev \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment