yolks/alpine-install/Dockerfile

16 lines
489 B
Text
Raw Normal View History

#
# Copyright (c) 2020 Matthew Penner
#
# This repository is licensed under the MIT License.
# https://github.com/matthewpi/images/blob/master/LICENSE.md
#
2020-12-15 17:19:26 +01:00
FROM --platform=$BUILDPLATFORM alpine:latest
LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io"
2020-12-15 18:25:15 +01:00
LABEL org.opencontainers.image.source="https://github.com/matthewpi/images"
LABEL org.opencontainers.image.licenses=MIT
2020-12-29 03:32:58 +01:00
RUN apk add --update --no-cache ca-certificates curl git jq wget