mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-07 22:25:35 +00:00
Set pipefail true for bash in Dockerfile (#1104)
Set pipefail true for bash in Dockerfile
This commit is contained in:
parent
5f94889d01
commit
81869989fb
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
FROM python:3.13.1-slim-bookworm AS builder
|
||||
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
COPY requirements.txt /tmp
|
||||
RUN \
|
||||
apt-get update && \
|
||||
|
|
Loading…
Add table
Reference in a new issue