Skip to content

Commit

Permalink
feat: Update dockers
Browse files Browse the repository at this point in the history
  • Loading branch information
Zastinian committed Dec 8, 2024
1 parent 58cdc3f commit 920b674
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bun/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH oven/bun:alpine
LABEL author="Zastinian" maintainer="contact@hedystia.com"

RUN apk update \
&& apk add --no-cache ffmpeg iproute2 git sqlite sqlite-dev python3 python3-dev ca-certificates bind-tools tzdata zip tar curl build-base libtool \
&& apk add --no-cache ffmpeg iproute2 git sqlite sqlite-dev python3 python3-dev ca-certificates bind-tools tzdata zip tar curl build-base libtool ash \
&& adduser -D -h /home/container container

USER container
Expand Down
2 changes: 1 addition & 1 deletion java/16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \
adduser -D -h /home/container container; \
elif [ "$TARGETARCH" = "arm64" ]; then \
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 ash \
&& useradd -m -d /home/container container; \
fi

Expand Down
2 changes: 1 addition & 1 deletion java/17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \
adduser -D -h /home/container container; \
elif [ "$TARGETARCH" = "arm64" ]; then \
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 ash \
&& useradd -m -d /home/container container; \
fi

Expand Down
2 changes: 1 addition & 1 deletion java/18/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \
adduser -D -h /home/container container; \
elif [ "$TARGETARCH" = "arm64" ]; then \
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 ash \
&& useradd -m -d /home/container container; \
fi

Expand Down
2 changes: 1 addition & 1 deletion java/19/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \
adduser -D -h /home/container container; \
elif [ "$TARGETARCH" = "arm64" ]; then \
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 ash \
&& useradd -m -d /home/container container; \
fi

Expand Down
2 changes: 1 addition & 1 deletion java/20/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \
adduser -D -h /home/container container; \
elif [ "$TARGETARCH" = "arm64" ]; then \
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 ash \
&& useradd -m -d /home/container container; \
fi

Expand Down

0 comments on commit 920b674

Please sign in to comment.