Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ ARG \
BASHIO_VERSION \
TEMPIO_VERSION \
S6_OVERLAY_VERSION \
JEMALLOC_VERSION \
QEMU_CPU
JEMALLOC_VERSION

# Base system
WORKDIR /usr/src
Expand Down
3 changes: 1 addition & 2 deletions debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG \
BASHIO_VERSION \
TEMPIO_VERSION \
S6_OVERLAY_VERSION \
QEMU_CPU
S6_OVERLAY_VERSION

# Base system
WORKDIR /usr/src
Expand Down
3 changes: 1 addition & 2 deletions python/3.12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ FROM $BUILD_FROM
ARG \
PYTHON_VERSION \
CERT_IDENTITY \
CERT_OIDC_ISSUER \
QEMU_CPU
CERT_OIDC_ISSUER

# ensure local python is preferred over distribution python
ENV PATH=/usr/local/bin:$PATH
Expand Down
3 changes: 1 addition & 2 deletions python/3.13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ FROM $BUILD_FROM
ARG \
PYTHON_VERSION \
CERT_IDENTITY \
CERT_OIDC_ISSUER \
QEMU_CPU
CERT_OIDC_ISSUER

# ensure local python is preferred over distribution python
ENV PATH=/usr/local/bin:$PATH
Expand Down
3 changes: 1 addition & 2 deletions python/3.14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ FROM $BUILD_FROM
ARG \
PYTHON_VERSION \
CERT_IDENTITY \
CERT_OIDC_ISSUER \
QEMU_CPU
CERT_OIDC_ISSUER

# ensure local python is preferred over distribution python
ENV PATH=/usr/local/bin:$PATH
Expand Down