🗃️ Committing everything that changed 🗃️

Dockerfile
Dockerfile.8
Dockerfile.9
This commit is contained in:
casjay 2024-08-10 19:49:16 -04:00
parent fe856ea46b
commit 87ce11bdac
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
3 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ WORKDIR /root
RUN set -e; \
echo "Setting up prerequisites"; \
yum makecache && yum install -yy bash; \\
yum makecache && yum install -yy bash; \
BASH_CMD="$(command -v bash 2>/dev/null|| true)"; \
[ -x "$BASH_CMD" ] && { rm -rf "/bin/sh" || true; } && ln -sf "$BASH_CMD" "/bin/sh" || true; \
[ -n "$BASH_CMD" ] && sed -i 's|root:x:.*|root:x:0:0:root:/root:'$BASH_CMD'|g' "/etc/passwd" || true

View File

@ -68,7 +68,7 @@ WORKDIR /root
RUN set -e; \
echo "Setting up prerequisites"; \
yum makecache && yum install -yy bash; \\
yum makecache && yum install -yy bash; \
BASH_CMD="$(command -v bash 2>/dev/null|| true)"; \
[ -x "$BASH_CMD" ] && { rm -rf "/bin/sh" || true; } && ln -sf "$BASH_CMD" "/bin/sh" || true; \
[ -n "$BASH_CMD" ] && sed -i 's|root:x:.*|root:x:0:0:root:/root:'$BASH_CMD'|g' "/etc/passwd" || true

View File

@ -68,7 +68,7 @@ WORKDIR /root
RUN set -e; \
echo "Setting up prerequisites"; \
yum makecache && yum install -yy bash; \\
yum makecache && yum install -yy bash; \
BASH_CMD="$(command -v bash 2>/dev/null|| true)"; \
[ -x "$BASH_CMD" ] && { rm -rf "/bin/sh" || true; } && ln -sf "$BASH_CMD" "/bin/sh" || true; \
[ -n "$BASH_CMD" ] && sed -i 's|root:x:.*|root:x:0:0:root:/root:'$BASH_CMD'|g' "/etc/passwd" || true