Files
Registry/Dockerfile
renzaspiras 893f5b50ef fix: rebuild without cache and simplify Dockerfile
- Force no-cache build in docker-compose
- Simplify Dockerfile to use Alpine package manager
- Clean up configuration
2025-11-05 09:26:12 -08:00

4 lines
106 B
Docker

FROM registry:2
# Install apache2-utils using Alpine package manager
RUN apk --no-cache add apache2-utils