mirror of
				https://github.com/dockersrc/almalinux
				synced 2025-11-04 07:02:09 -05:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
Dockerfile Dockerfile.8 Dockerfile.9 .env.scripts
This commit is contained in:
		@@ -48,5 +48,5 @@ DEFAULT_DATA_DIR="/usr/local/share/template-files/data"
 | 
			
		||||
DEFAULT_CONF_DIR="/usr/local/share/template-files/config"
 | 
			
		||||
DEFAULT_TEMPLATE_DIR="/usr/local/share/template-files/defaults"
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
ENV_PACKAGES="bash-completion git curl wget sudo unzip tini iproute net-tools glibc-langpack-en pinentry nail postfix python3-pip certbot ca-certificates "
 | 
			
		||||
ENV_PACKAGES="bash-completion git curl wget sudo unzip tini iproute net-tools glibc-langpack-en pinentry nail postfix python3-pip certbot ca-certificates jq "
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										10
									
								
								Dockerfile
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								Dockerfile
									
									
									
									
									
								
							@@ -53,7 +53,7 @@ ARG PHP_VERSION
 | 
			
		||||
ARG PHP_SERVER
 | 
			
		||||
ARG SHELL_OPTS
 | 
			
		||||
 | 
			
		||||
ARG PACK_LIST="bash-completion git curl wget sudo unzip tini iproute net-tools glibc-langpack-en pinentry nail postfix python3-pip certbot ca-certificates "
 | 
			
		||||
ARG PACK_LIST="bash-completion git curl wget sudo unzip tini iproute net-tools glibc-langpack-en pinentry nail postfix python3-pip certbot ca-certificates jq "
 | 
			
		||||
 | 
			
		||||
ENV ENV=~/.profile
 | 
			
		||||
ENV SHELL="/bin/sh"
 | 
			
		||||
@@ -73,10 +73,10 @@ RUN set -e; \
 | 
			
		||||
  yum makecache && yum install -yy bash; \
 | 
			
		||||
  SH_CMD="$(which sh 2>/dev/null)"; \
 | 
			
		||||
  BASH_CMD="$(which bash 2>/dev/null)"; \
 | 
			
		||||
  [ -x "\$BASH_CMD" ] && symlink "\$BASH_CMD" "/bin/sh" || true; \
 | 
			
		||||
  [ -x "\$BASH_CMD" ] && symlink "\$BASH_CMD" "/usr/bin/sh" || true; \
 | 
			
		||||
  [ -x "\$BASH_CMD" ] && [ "\$SH_CMD" != "/bin/sh"] && symlink "\$BASH_CMD" "\$SH_CMD" || true; \
 | 
			
		||||
  [ -n "\$BASH_CMD" ] && sed -i 's|root:x:.*|root:x:0:0:root:/root:'\$BASH_CMD'|g' "/etc/passwd" || true
 | 
			
		||||
  [ -x "$BASH_CMD" ] && symlink "$BASH_CMD" "/bin/sh" || true; \
 | 
			
		||||
  [ -x "$BASH_CMD" ] && symlink "$BASH_CMD" "/usr/bin/sh" || true; \
 | 
			
		||||
  [ -x "$BASH_CMD" ] && [ "$SH_CMD" != "/bin/sh"] && symlink "$BASH_CMD" "$SH_CMD" || true; \
 | 
			
		||||
  [ -n "$BASH_CMD" ] && sed -i 's|root:x:.*|root:x:0:0:root:/root:'\$BASH_CMD'|g' "/etc/passwd" || true
 | 
			
		||||
 | 
			
		||||
ENV SHELL="/bin/bash"
 | 
			
		||||
SHELL [ "/bin/bash", "-c" ]
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										10
									
								
								Dockerfile.8
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								Dockerfile.8
									
									
									
									
									
								
							@@ -53,7 +53,7 @@ ARG PHP_VERSION
 | 
			
		||||
ARG PHP_SERVER
 | 
			
		||||
ARG SHELL_OPTS
 | 
			
		||||
 | 
			
		||||
ARG PACK_LIST="bash-completion git curl wget sudo unzip tini iproute net-tools glibc-langpack-en pinentry nail postfix python3-pip certbot ca-certificates "
 | 
			
		||||
ARG PACK_LIST="bash-completion git curl wget sudo unzip tini iproute net-tools glibc-langpack-en pinentry nail postfix python3-pip certbot ca-certificates jq "
 | 
			
		||||
 | 
			
		||||
ENV ENV=~/.profile
 | 
			
		||||
ENV SHELL="/bin/sh"
 | 
			
		||||
@@ -73,10 +73,10 @@ RUN set -e; \
 | 
			
		||||
  yum makecache && yum install -yy bash; \
 | 
			
		||||
  SH_CMD="$(which sh 2>/dev/null)"; \
 | 
			
		||||
  BASH_CMD="$(which bash 2>/dev/null)"; \
 | 
			
		||||
  [ -x "\$BASH_CMD" ] && symlink "\$BASH_CMD" "/bin/sh" || true; \
 | 
			
		||||
  [ -x "\$BASH_CMD" ] && symlink "\$BASH_CMD" "/usr/bin/sh" || true; \
 | 
			
		||||
  [ -x "\$BASH_CMD" ] && [ "\$SH_CMD" != "/bin/sh"] && symlink "\$BASH_CMD" "\$SH_CMD" || true; \
 | 
			
		||||
  [ -n "\$BASH_CMD" ] && sed -i 's|root:x:.*|root:x:0:0:root:/root:'\$BASH_CMD'|g' "/etc/passwd" || true
 | 
			
		||||
  [ -x "$BASH_CMD" ] && symlink "$BASH_CMD" "/bin/sh" || true; \
 | 
			
		||||
  [ -x "$BASH_CMD" ] && symlink "$BASH_CMD" "/usr/bin/sh" || true; \
 | 
			
		||||
  [ -x "$BASH_CMD" ] && [ "$SH_CMD" != "/bin/sh"] && symlink "$BASH_CMD" "$SH_CMD" || true; \
 | 
			
		||||
  [ -n "$BASH_CMD" ] && sed -i 's|root:x:.*|root:x:0:0:root:/root:'\$BASH_CMD'|g' "/etc/passwd" || true
 | 
			
		||||
 | 
			
		||||
ENV SHELL="/bin/bash"
 | 
			
		||||
SHELL [ "/bin/bash", "-c" ]
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										10
									
								
								Dockerfile.9
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								Dockerfile.9
									
									
									
									
									
								
							@@ -53,7 +53,7 @@ ARG PHP_VERSION
 | 
			
		||||
ARG PHP_SERVER
 | 
			
		||||
ARG SHELL_OPTS
 | 
			
		||||
 | 
			
		||||
ARG PACK_LIST="bash-completion git curl wget sudo unzip tini iproute net-tools glibc-langpack-en pinentry nail postfix python3-pip certbot ca-certificates "
 | 
			
		||||
ARG PACK_LIST="bash-completion git curl wget sudo unzip tini iproute net-tools glibc-langpack-en pinentry nail postfix python3-pip certbot ca-certificates jq "
 | 
			
		||||
 | 
			
		||||
ENV ENV=~/.profile
 | 
			
		||||
ENV SHELL="/bin/sh"
 | 
			
		||||
@@ -73,10 +73,10 @@ RUN set -e; \
 | 
			
		||||
  yum makecache && yum install -yy bash; \
 | 
			
		||||
  SH_CMD="$(which sh 2>/dev/null)"; \
 | 
			
		||||
  BASH_CMD="$(which bash 2>/dev/null)"; \
 | 
			
		||||
  [ -x "\$BASH_CMD" ] && symlink "\$BASH_CMD" "/bin/sh" || true; \
 | 
			
		||||
  [ -x "\$BASH_CMD" ] && symlink "\$BASH_CMD" "/usr/bin/sh" || true; \
 | 
			
		||||
  [ -x "\$BASH_CMD" ] && [ "\$SH_CMD" != "/bin/sh"] && symlink "\$BASH_CMD" "\$SH_CMD" || true; \
 | 
			
		||||
  [ -n "\$BASH_CMD" ] && sed -i 's|root:x:.*|root:x:0:0:root:/root:'\$BASH_CMD'|g' "/etc/passwd" || true
 | 
			
		||||
  [ -x "$BASH_CMD" ] && symlink "$BASH_CMD" "/bin/sh" || true; \
 | 
			
		||||
  [ -x "$BASH_CMD" ] && symlink "$BASH_CMD" "/usr/bin/sh" || true; \
 | 
			
		||||
  [ -x "$BASH_CMD" ] && [ "$SH_CMD" != "/bin/sh"] && symlink "$BASH_CMD" "$SH_CMD" || true; \
 | 
			
		||||
  [ -n "$BASH_CMD" ] && sed -i 's|root:x:.*|root:x:0:0:root:/root:'\$BASH_CMD'|g' "/etc/passwd" || true
 | 
			
		||||
 | 
			
		||||
ENV SHELL="/bin/bash"
 | 
			
		||||
SHELL [ "/bin/bash", "-c" ]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user