2020-12-07 21:01:57 +01:00
|
|
|
#
|
|
|
|
# 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
|
2020-12-07 21:01:57 +01:00
|
|
|
|
|
|
|
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-07 21:01:57 +01:00
|
|
|
RUN apk add --update --no-cache ca-certificates curl jq wget
|