Skip to content

Commit

Permalink
chore: Fix script typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Nov 13, 2024
1 parent 80bcee0 commit f019e86
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/docker/Dockerfile-bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ RUN --mount=target=/${USER}/.cache/pip,type=cache,id=pip-${TARGETPLATFORM} \
python3 -m pip \
--disable-pip-version-check \
--quiet \
install \
install \
setuptools wheel \
&& find / -depth -type d -name __pycache__ -exec rm -rf {} \; 2> /dev/null

Expand Down
2 changes: 1 addition & 1 deletion src/docker/Dockerfile-bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ RUN --mount=target=/${USER}/.cache/pip,type=cache,id=pip-${TARGETPLATFORM} \
python3 -m pip \
--disable-pip-version-check \
--quiet \
install \
install \
setuptools wheel \
&& find / -depth -type d -name __pycache__ -exec rm -rf {} \; 2> /dev/null

Expand Down
2 changes: 1 addition & 1 deletion src/docker/Dockerfile-focal
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ RUN --mount=target=/${USER}/.cache/pip,type=cache,id=pip-${TARGETPLATFORM} \
python3 -m pip \
--disable-pip-version-check \
--quiet \
install \
install \
setuptools wheel \
&& find / -depth -type d -name __pycache__ -exec rm -rf {} \; 2> /dev/null

Expand Down
2 changes: 1 addition & 1 deletion src/docker/Dockerfile-jammy
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ RUN --mount=target=/${USER}/.cache/pip,type=cache,id=pip-${TARGETPLATFORM} \
python3 -m pip \
--disable-pip-version-check \
--quiet \
install \
install \
setuptools wheel \
&& find / -depth -type d -name __pycache__ -exec rm -rf {} \; 2> /dev/null

Expand Down
2 changes: 1 addition & 1 deletion src/docker/Dockerfile-noble
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ RUN --mount=target=/${USER}/.cache/pip,type=cache,id=pip-${TARGETPLATFORM} \
python3 -m pip \
--disable-pip-version-check \
--quiet \
install \
install \
setuptools wheel \
&& find / -depth -type d -name __pycache__ -exec rm -rf {} \; 2> /dev/null

Expand Down
2 changes: 1 addition & 1 deletion src/docker/Dockerfile-ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ RUN --mount=target=/${USER}/.cache/pip,type=cache,id=pip-${TARGETPLATFORM} \
python3 -m pip \
--disable-pip-version-check \
--quiet \
install \
install \
setuptools wheel \
&& find / -depth -type d -name __pycache__ -exec rm -rf {} \; 2> /dev/null

Expand Down
2 changes: 1 addition & 1 deletion src/docker/Dockerfile-ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ RUN --mount=target=/${USER}/.cache/pip,type=cache,id=pip-${TARGETPLATFORM} \
python3 -m pip \
--disable-pip-version-check \
--quiet \
install \
install \
setuptools wheel \
&& find / -depth -type d -name __pycache__ -exec rm -rf {} \; 2> /dev/null

Expand Down

0 comments on commit f019e86

Please sign in to comment.