update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM --platform=$TARGETOS/$TARGETARCH mongo:7-jammy
|
||||
|
||||
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
|
||||
LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz"
|
||||
|
||||
## install nodejs 20
|
||||
RUN apt update && apt install --no-install-recommends -y curl apt-transport-https ca-certificates gnupg \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm
|
||||
|
||||
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
|
||||
LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz"
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
FROM --platform=$TARGETOS/$TARGETARCH python:3.11-slim-bookworm
|
||||
|
||||
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
|
||||
LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz"
|
||||
|
||||
|
||||
RUN mkdir -p /usr/share/man/man1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim
|
||||
|
||||
LABEL org.opencontainers.image.authors="i2007@damw.eu"
|
||||
LABEL org.opencontainers.image.authors="kyle@kyle-hosting.xyz"
|
||||
LABEL version="1.0"
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
Reference in New Issue
Block a user