forked from pterodactyl/yolks
-
Notifications
You must be signed in to change notification settings - Fork 258
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
1 parent
a02fea5
commit 5023aa8
Showing
8 changed files
with
8 additions
and
8 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH oven/bun:canary | |
LABEL author="MrAtox" maintainer="[email protected]" | ||
|
||
RUN apt update \ | ||
&& apt -y install ffmpeg iproute2 git sqlite3 libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential libtool \ | ||
&& apt -y install ffmpeg iproute2 git sqlite3 libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential libtool tini \ | ||
&& useradd -m -d /home/container container | ||
|
||
RUN bun upgrade | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH oven/bun:latest | |
LABEL author="MrAtox" maintainer="[email protected]" | ||
|
||
RUN apt update \ | ||
&& apt -y install ffmpeg iproute2 git sqlite3 libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential libtool \ | ||
&& apt -y install ffmpeg iproute2 git sqlite3 libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential libtool tini \ | ||
&& useradd -m -d /home/container container | ||
|
||
RUN bun upgrade | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH elixir:1.12.3-slim | |
LABEL author="MrAvox" maintainer="[email protected]" | ||
|
||
RUN apt update \ | ||
&& apt -y install git dnsutils curl iproute2 ffmpeg \ | ||
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \ | ||
&& useradd -m -d /home/container container | ||
|
||
USER 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH elixir:1.13.4-slim | |
LABEL author="MrAvox" maintainer="[email protected]" | ||
|
||
RUN apt update \ | ||
&& apt -y install git dnsutils curl iproute2 ffmpeg \ | ||
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \ | ||
&& useradd -m -d /home/container container | ||
|
||
USER 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH elixir:1.14.5-slim | |
LABEL author="MrAvox" maintainer="[email protected]" | ||
|
||
RUN apt update \ | ||
&& apt -y install git dnsutils curl iproute2 ffmpeg \ | ||
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \ | ||
&& useradd -m -d /home/container container | ||
|
||
USER 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH elixir:1.15.4-slim | |
LABEL author="MrAvox" maintainer="[email protected]" | ||
|
||
RUN apt update \ | ||
&& apt -y install git dnsutils curl iproute2 ffmpeg \ | ||
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \ | ||
&& useradd -m -d /home/container container | ||
|
||
USER 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH elixir:slim | |
LABEL author="MrAvox" maintainer="[email protected]" | ||
|
||
RUN apt update \ | ||
&& apt -y install git dnsutils curl iproute2 ffmpeg \ | ||
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \ | ||
&& useradd -m -d /home/container container | ||
|
||
USER 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