Push to quay

This commit is contained in:
Matthew Penner
2020-12-15 10:25:15 -07:00
parent 6faf0c286c
commit a0fb2caa74
14 changed files with 49 additions and 2 deletions

View File

@@ -9,6 +9,9 @@ FROM debian:stable-slim
LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io"
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 \