Add git to install images

This commit is contained in:
Matthew Penner 2020-12-28 19:32:58 -07:00
parent e6edbe3471
commit 86bad3c9c9
2 changed files with 2 additions and 2 deletions

View file

@ -12,4 +12,4 @@ LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io"
LABEL org.opencontainers.image.source="https://github.com/matthewpi/images" LABEL org.opencontainers.image.source="https://github.com/matthewpi/images"
LABEL org.opencontainers.image.licenses=MIT LABEL org.opencontainers.image.licenses=MIT
RUN apk add --update --no-cache ca-certificates curl jq wget RUN apk add --update --no-cache ca-certificates curl git jq wget

View file

@ -17,4 +17,4 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN dpkg --add-architecture i386 \ RUN dpkg --add-architecture i386 \
&& apt update \ && apt update \
&& apt upgrade -y \ && apt upgrade -y \
&& apt -y --no-install-recommends install curl lib32gcc1 libsdl2-2.0-0:i386 ca-certificates && apt -y --no-install-recommends install ca-certificates curl lib32gcc1 libsdl2-2.0-0:i386 git