Files
Registry/Dockerfile
renzaspiras c364c6da30 fix: use apk for Alpine-based registry image
- Replace apt-get with apk for Alpine Linux
- Simplify package installation command
2025-11-05 09:23:59 -08:00

4 lines
110 B
Docker

FROM registry:2
# The registry:2 image is based on Alpine, so we use apk
RUN apk add --no-cache apache2-utils