🗃️ Committing everything that changed 🗃️

Dockerfile
rootfs/root/docker/setup/02-packages.sh
This commit is contained in:
casjay
2024-09-17 14:43:40 -04:00
parent 4ba5445345
commit 4d360cd12c
2 changed files with 4 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ ARG PHP_SERVER
ARG SHELL_OPTS
ARG DEBIAN_FRONTEND
ARG PACK_LIST="systemd systemd-sysv cron curl wget git jq openssh-server "
ARG PACK_LIST="curl wget git jq openssh-server "
ENV ENV=~/.profile
ENV SHELL="/bin/sh"
@@ -74,7 +74,7 @@ COPY ./rootfs/usr/local/bin/. /usr/local/bin/
RUN set -e; \
echo "Setting up prerequisites"; \
true
apt update && apt install -yy systemd systemd-sysv cron
ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ]