Add tini and more packages to postgres
This commit is contained in:
@@ -8,9 +8,15 @@ LABEL author="Parker" maintainer="parker@pterodactyl.io"
|
||||
# UID 999 is the default pterodactyl user
|
||||
RUN adduser -D -h /home/container container
|
||||
|
||||
RUN apk add --no-cache tini curl iproute2 ca-certificates fontconfig git openssl sqlite tar tzdata
|
||||
|
||||
USER container
|
||||
ENV HOME /home/container
|
||||
WORKDIR /home/container
|
||||
|
||||
COPY ../entrypoint.sh /entrypoint.sh
|
||||
CMD ["/bin/bash", "/entrypoint.sh"]
|
||||
STOPSIGNAL SIGINT
|
||||
|
||||
COPY --chown=container:container ../entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/sbin/tini", "-g", "--"]
|
||||
CMD ["/entrypoint.sh"]
|
||||
|
@@ -8,9 +8,15 @@ LABEL author="Parker" maintainer="parker@pterodactyl.io"
|
||||
# UID 999 is the default pterodactyl user
|
||||
RUN adduser -D -h /home/container container
|
||||
|
||||
RUN apk add --no-cache tini curl iproute2 ca-certificates fontconfig git openssl sqlite tar tzdata
|
||||
|
||||
USER container
|
||||
ENV HOME /home/container
|
||||
WORKDIR /home/container
|
||||
|
||||
COPY ../entrypoint.sh /entrypoint.sh
|
||||
CMD ["/bin/bash", "/entrypoint.sh"]
|
||||
STOPSIGNAL SIGINT
|
||||
|
||||
COPY --chown=container:container ../entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/sbin/tini", "-g", "--"]
|
||||
CMD ["/entrypoint.sh"]
|
||||
|
@@ -8,9 +8,15 @@ LABEL author="Parker" maintainer="parker@pterodactyl.io"
|
||||
# UID 999 is the default pterodactyl user
|
||||
RUN adduser -D -h /home/container container
|
||||
|
||||
RUN apk add --no-cache tini curl iproute2 ca-certificates fontconfig git openssl sqlite tar tzdata
|
||||
|
||||
USER container
|
||||
ENV HOME /home/container
|
||||
WORKDIR /home/container
|
||||
|
||||
COPY ../entrypoint.sh /entrypoint.sh
|
||||
CMD ["/bin/bash", "/entrypoint.sh"]
|
||||
STOPSIGNAL SIGINT
|
||||
|
||||
COPY --chown=container:container ../entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/sbin/tini", "-g", "--"]
|
||||
CMD ["/entrypoint.sh"]
|
||||
|
@@ -8,9 +8,15 @@ LABEL author="Parker" maintainer="parker@pterodactyl.io"
|
||||
# UID 999 is the default pterodactyl user
|
||||
RUN adduser -D -h /home/container container
|
||||
|
||||
RUN apk add --no-cache tini curl iproute2 ca-certificates fontconfig git openssl sqlite tar tzdata
|
||||
|
||||
USER container
|
||||
ENV HOME /home/container
|
||||
WORKDIR /home/container
|
||||
|
||||
COPY ../entrypoint.sh /entrypoint.sh
|
||||
CMD ["/bin/bash", "/entrypoint.sh"]
|
||||
STOPSIGNAL SIGINT
|
||||
|
||||
COPY --chown=container:container ../entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/sbin/tini", "-g", "--"]
|
||||
CMD ["/entrypoint.sh"]
|
||||
|
@@ -8,9 +8,15 @@ LABEL author="Parker" maintainer="parker@pterodactyl.io"
|
||||
# UID 999 is the default pterodactyl user
|
||||
RUN adduser -D -h /home/container container
|
||||
|
||||
RUN apk add --no-cache tini curl iproute2 ca-certificates fontconfig git openssl sqlite tar tzdata fontconfig git openssl sqlite tar tzdata
|
||||
|
||||
USER container
|
||||
ENV HOME /home/container
|
||||
WORKDIR /home/container
|
||||
|
||||
COPY ../entrypoint.sh /entrypoint.sh
|
||||
CMD ["/bin/bash", "/entrypoint.sh"]
|
||||
STOPSIGNAL SIGINT
|
||||
|
||||
COPY --chown=container:container ../entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/sbin/tini", "-g", "--"]
|
||||
CMD ["/entrypoint.sh"]
|
@@ -8,9 +8,14 @@ LABEL author="Parker" maintainer="parker@pterodactyl.io"
|
||||
# UID 999 is the default pterodactyl user
|
||||
RUN adduser -D -h /home/container container
|
||||
|
||||
RUN apk add --no-cache tini curl iproute2 ca-certificates fontconfig git openssl sqlite tar tzdata
|
||||
USER container
|
||||
ENV HOME /home/container
|
||||
WORKDIR /home/container
|
||||
|
||||
COPY ../entrypoint.sh /entrypoint.sh
|
||||
CMD ["/bin/bash", "/entrypoint.sh"]
|
||||
STOPSIGNAL SIGINT
|
||||
|
||||
COPY --chown=container:container ../entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/sbin/tini", "-g", "--"]
|
||||
CMD ["/entrypoint.sh"]
|
Reference in New Issue
Block a user