yolks/source-install/Dockerfile

21 lines
652 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
#
FROM --platform=$BUILDPLATFORM debian:stable-slim
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
ENV DEBIAN_FRONTEND=noninteractive
RUN dpkg --add-architecture i386 \
&& apt update \
&& apt upgrade -y \
2020-12-29 03:32:58 +01:00
&& apt -y --no-install-recommends install ca-certificates curl lib32gcc1 libsdl2-2.0-0:i386 git