Files
Registry/Dockerfile
renzaspiras fbd72c7748 fix: remove invalid no-cache property
- Remove invalid no-cache from docker-compose.yml
- Clean up Dockerfile syntax
2025-11-05 09:27:20 -08:00

4 lines
121 B
Docker

FROM registry:2 AS base
# Use Alpine's apk package manager to install apache2-utils
RUN apk --no-cache add apache2-utils