🗃️ Committing everything that changed 🗃️

Dockerfile
rootfs/tmp/etc/ssh/
rootfs/usr/local/etc/docker/init.d/08-gitea.sh
This commit is contained in:
casjay
2024-08-11 14:04:43 -04:00
parent 552a2c1bcd
commit 28fb12b8f1
3 changed files with 52 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ ARG PHP_VERSION
ARG PHP_SERVER
ARG SHELL_OPTS
ARG PACK_LIST="btrfs-progs e2fsprogs e2fsprogs-extra git ip6tables iptables openssl pigz shadow-uidmap xfsprogs xz zfs docker docker-registry nginx "
ARG PACK_LIST="btrfs-progs e2fsprogs e2fsprogs-extra git ip6tables iptables openssl pigz shadow-uidmap xfsprogs xz zfs docker docker-registry nginx openssh"
ENV ENV=~/.profile
ENV SHELL="/bin/sh"