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