Skip to content

Commit

Permalink
Provide more defaults (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jul 18, 2022
1 parent f054f7e commit 1fa264d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@ FROM ${BUILD_FROM}

# Environment variables
ENV \
CARGO_NET_GIT_FETCH_WITH_CLI=true \
DEBIAN_FRONTEND="noninteractive" \
HOME="/root" \
LANG="C.UTF-8" \
PIP_DISABLE_PIP_VERSION_CHECK=1 \
PIP_NO_CACHE_DIR=1 \
PIP_PREFER_BINARY=1 \
PS1="$(whoami)@$(hostname):$(pwd)$ " \
PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
S6_BEHAVIOUR_IF_STAGE2_FAILS=2 \
S6_CMD_WAIT_FOR_SERVICES=1 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
S6_CMD_WAIT_FOR_SERVICES=1 \
YARN_HTTP_TIMEOUT=1000000 \
TERM="xterm-256color"

# Copy root filesystem
Expand Down

0 comments on commit 1fa264d

Please sign in to comment.