- Force no-cache build in docker-compose - Simplify Dockerfile to use Alpine package manager - Clean up configuration
4 lines
106 B
Docker
4 lines
106 B
Docker
FROM registry:2
|
|
|
|
# Install apache2-utils using Alpine package manager
|
|
RUN apk --no-cache add apache2-utils |