-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
74 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,17 +5,19 @@ LABEL author="Robert Jansen" maintainer="[email protected]" | |
LABEL org.opencontainers.image.source="https://github.com/mcjars/pterodactyl-yolks" | ||
LABEL org.opencontainers.image.licenses=MIT | ||
|
||
RUN rm -rf /usr/bin/dd \ | ||
&& rm -rf /usr/bin/fallocate \ | ||
&& rm -rf /usr/bin/truncate \ | ||
&& rm -rf /usr/bin/xfs_mkfile | ||
RUN rm -rf /usr/bin/dd \ | ||
&& rm -rf /usr/bin/fallocate \ | ||
&& rm -rf /usr/bin/truncate \ | ||
&& rm -rf /usr/bin/xfs_mkfile | ||
|
||
RUN curl -sSL https://github.com/OpticFusion1/MCAntiMalware/releases/latest/download/MCAntiMalware.jar \ | ||
-o /MCAntiMalware.jar | ||
RUN apt-get update -y \ | ||
&& apt-get install -y curl | ||
|
||
RUN apt-get update -y \ | ||
&& apt-get install -y jq lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ | ||
&& useradd -d /home/container -m container | ||
RUN curl -sSL https://github.com/OpticFusion1/MCAntiMalware/releases/latest/download/MCAntiMalware.jar \ | ||
-o /MCAntiMalware.jar | ||
|
||
RUN apt-get install -y jq lsof ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ | ||
&& useradd -d /home/container -m container | ||
|
||
USER container | ||
ENV USER=container HOME=/home/container | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,17 +5,19 @@ LABEL author="Robert Jansen" maintainer="[email protected]" | |
LABEL org.opencontainers.image.source="https://github.com/mcjars/pterodactyl-yolks" | ||
LABEL org.opencontainers.image.licenses=MIT | ||
|
||
RUN rm -rf /usr/bin/dd \ | ||
&& rm -rf /usr/bin/fallocate \ | ||
&& rm -rf /usr/bin/truncate \ | ||
&& rm -rf /usr/bin/xfs_mkfile | ||
RUN rm -rf /usr/bin/dd \ | ||
&& rm -rf /usr/bin/fallocate \ | ||
&& rm -rf /usr/bin/truncate \ | ||
&& rm -rf /usr/bin/xfs_mkfile | ||
|
||
RUN curl -sSL https://github.com/OpticFusion1/MCAntiMalware/releases/latest/download/MCAntiMalware.jar \ | ||
-o /MCAntiMalware.jar | ||
RUN apt-get update -y \ | ||
&& apt-get install -y curl | ||
|
||
RUN apt-get update -y \ | ||
&& apt-get install -y jq lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ | ||
&& useradd -d /home/container -m container | ||
RUN curl -sSL https://github.com/OpticFusion1/MCAntiMalware/releases/latest/download/MCAntiMalware.jar \ | ||
-o /MCAntiMalware.jar | ||
|
||
RUN apt-get install -y jq lsof ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ | ||
&& useradd -d /home/container -m container | ||
|
||
USER container | ||
ENV USER=container HOME=/home/container | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,17 +5,19 @@ LABEL author="Robert Jansen" maintainer="[email protected]" | |
LABEL org.opencontainers.image.source="https://github.com/mcjars/pterodactyl-yolks" | ||
LABEL org.opencontainers.image.licenses=MIT | ||
|
||
RUN rm -rf /usr/bin/dd \ | ||
&& rm -rf /usr/bin/fallocate \ | ||
&& rm -rf /usr/bin/truncate \ | ||
&& rm -rf /usr/bin/xfs_mkfile | ||
RUN rm -rf /usr/bin/dd \ | ||
&& rm -rf /usr/bin/fallocate \ | ||
&& rm -rf /usr/bin/truncate \ | ||
&& rm -rf /usr/bin/xfs_mkfile | ||
|
||
RUN curl -sSL https://github.com/OpticFusion1/MCAntiMalware/releases/latest/download/MCAntiMalware.jar \ | ||
-o /MCAntiMalware.jar | ||
RUN apt-get update -y \ | ||
&& apt-get install -y curl | ||
|
||
RUN apt-get update -y \ | ||
&& apt-get install -y jq lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ | ||
&& useradd -d /home/container -m container | ||
RUN curl -sSL https://github.com/OpticFusion1/MCAntiMalware/releases/latest/download/MCAntiMalware.jar \ | ||
-o /MCAntiMalware.jar | ||
|
||
RUN apt-get install -y jq lsof ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ | ||
&& useradd -d /home/container -m container | ||
|
||
USER container | ||
ENV USER=container HOME=/home/container | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,17 +5,19 @@ LABEL author="Robert Jansen" maintainer="[email protected]" | |
LABEL org.opencontainers.image.source="https://github.com/mcjars/pterodactyl-yolks" | ||
LABEL org.opencontainers.image.licenses=MIT | ||
|
||
RUN rm -rf /usr/bin/dd \ | ||
&& rm -rf /usr/bin/fallocate \ | ||
&& rm -rf /usr/bin/truncate \ | ||
&& rm -rf /usr/bin/xfs_mkfile | ||
RUN rm -rf /usr/bin/dd \ | ||
&& rm -rf /usr/bin/fallocate \ | ||
&& rm -rf /usr/bin/truncate \ | ||
&& rm -rf /usr/bin/xfs_mkfile | ||
|
||
RUN curl -sSL https://github.com/OpticFusion1/MCAntiMalware/releases/latest/download/MCAntiMalware.jar \ | ||
-o /MCAntiMalware.jar | ||
RUN apt-get update -y \ | ||
&& apt-get install -y curl | ||
|
||
RUN apt-get update -y \ | ||
&& apt-get install -y jq lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ | ||
&& useradd -d /home/container -m container | ||
RUN curl -sSL https://github.com/OpticFusion1/MCAntiMalware/releases/latest/download/MCAntiMalware.jar \ | ||
-o /MCAntiMalware.jar | ||
|
||
RUN apt-get install -y jq lsof ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ | ||
&& useradd -d /home/container -m container | ||
|
||
USER container | ||
ENV USER=container HOME=/home/container | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,17 +5,19 @@ LABEL author="Robert Jansen" maintainer="[email protected]" | |
LABEL org.opencontainers.image.source="https://github.com/mcjars/pterodactyl-yolks" | ||
LABEL org.opencontainers.image.licenses=MIT | ||
|
||
RUN rm -rf /usr/bin/dd \ | ||
&& rm -rf /usr/bin/fallocate \ | ||
&& rm -rf /usr/bin/truncate \ | ||
&& rm -rf /usr/bin/xfs_mkfile | ||
RUN rm -rf /usr/bin/dd \ | ||
&& rm -rf /usr/bin/fallocate \ | ||
&& rm -rf /usr/bin/truncate \ | ||
&& rm -rf /usr/bin/xfs_mkfile | ||
|
||
RUN curl -sSL https://github.com/OpticFusion1/MCAntiMalware/releases/latest/download/MCAntiMalware.jar \ | ||
-o /MCAntiMalware.jar | ||
RUN apt-get update -y \ | ||
&& apt-get install -y curl | ||
|
||
RUN apt-get update -y \ | ||
&& apt-get install -y jq lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ | ||
&& useradd -d /home/container -m container | ||
RUN curl -sSL https://github.com/OpticFusion1/MCAntiMalware/releases/latest/download/MCAntiMalware.jar \ | ||
-o /MCAntiMalware.jar | ||
|
||
RUN apt-get install -y jq lsof ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ | ||
&& useradd -d /home/container -m container | ||
|
||
USER container | ||
ENV USER=container HOME=/home/container | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,17 +5,19 @@ LABEL author="Robert Jansen" maintainer="[email protected]" | |
LABEL org.opencontainers.image.source="https://github.com/mcjars/pterodactyl-yolks" | ||
LABEL org.opencontainers.image.licenses=MIT | ||
|
||
RUN rm -rf /usr/bin/dd \ | ||
&& rm -rf /usr/bin/fallocate \ | ||
&& rm -rf /usr/bin/truncate \ | ||
&& rm -rf /usr/bin/xfs_mkfile | ||
RUN rm -rf /usr/bin/dd \ | ||
&& rm -rf /usr/bin/fallocate \ | ||
&& rm -rf /usr/bin/truncate \ | ||
&& rm -rf /usr/bin/xfs_mkfile | ||
|
||
RUN curl -sSL https://github.com/OpticFusion1/MCAntiMalware/releases/latest/download/MCAntiMalware.jar \ | ||
-o /MCAntiMalware.jar | ||
RUN apt-get update -y \ | ||
&& apt-get install -y curl | ||
|
||
RUN apt-get update -y \ | ||
&& apt-get install -y jq lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ | ||
&& useradd -d /home/container -m container | ||
RUN curl -sSL https://github.com/OpticFusion1/MCAntiMalware/releases/latest/download/MCAntiMalware.jar \ | ||
-o /MCAntiMalware.jar | ||
|
||
RUN apt-get install -y jq lsof ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ | ||
&& useradd -d /home/container -m container | ||
|
||
USER container | ||
ENV USER=container HOME=/home/container | ||
|