- Replace apt-get with apk for Alpine Linux - Simplify package installation command
4 lines
110 B
Docker
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 |