Skip to content

Commit cc8c30f

Browse files
committed
typo
1 parent 61048da commit cc8c30f

File tree

14 files changed

+0
-17
lines changed

14 files changed

+0
-17
lines changed

services/agent/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=private \
8686
set -eux \
8787
&& apt-get update \
8888
&& apt-get install -y --no-install-recommends \
89-
fd-find \
9089
build-essential
9190

9291
# install UV https://docs.astral.sh/uv/guides/integration/docker/#installing-uv

services/api-server/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=private \
7979
set -eux \
8080
&& apt-get update \
8181
&& apt-get install -y --no-install-recommends \
82-
fd-find \
8382
build-essential
8483

8584
# install UV https://docs.astral.sh/uv/guides/integration/docker/#installing-uv

services/autoscaling/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=private \
4646
$(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null \
4747
&& apt-get update \
4848
&& apt-get install -y --no-install-recommends \
49-
fd-find \
5049
# only the cli is needed and we remove the unnecessary stuff again
5150
docker-ce-cli=${DOCKER_APT_VERSION} \
5251
&& apt-get remove -y\
@@ -99,7 +98,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=private \
9998
set -eux \
10099
&& apt-get update \
101100
&& apt-get install -y --no-install-recommends \
102-
fd-find \
103101
build-essential
104102

105103
# install UV https://docs.astral.sh/uv/guides/integration/docker/#installing-uv

services/clusters-keeper/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=private \
4646
$(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null \
4747
&& apt-get update \
4848
&& apt-get install -y --no-install-recommends \
49-
fd-find \
5049
# only the cli is needed and we remove the unnecessary stuff again
5150
docker-ce-cli=${DOCKER_APT_VERSION} \
5251
&& apt-get remove -y\
@@ -99,7 +98,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=private \
9998
set -eux \
10099
&& apt-get update \
101100
&& apt-get install -y --no-install-recommends \
102-
fd-find \
103101
build-essential
104102

105103
# install UV https://docs.astral.sh/uv/guides/integration/docker/#installing-uv

services/dask-sidecar/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=private \
8383
set -eux \
8484
&& apt-get update \
8585
&& apt-get install -y --no-install-recommends \
86-
fd-find \
8786
build-essential
8887

8988
# install UV https://docs.astral.sh/uv/guides/integration/docker/#installing-uv

services/director-v2/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=private \
8080
set -eux \
8181
&& apt-get update \
8282
&& apt-get install -y --no-install-recommends \
83-
fd-find \
8483
build-essential
8584

8685
# install UV https://docs.astral.sh/uv/guides/integration/docker/#installing-uv

services/director/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=private \
8080
set -eux \
8181
&& apt-get update \
8282
&& apt-get install -y --no-install-recommends \
83-
fd-find \
8483
build-essential
8584

8685
# install UV https://docs.astral.sh/uv/guides/integration/docker/#installing-uv

services/dynamic-scheduler/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=private \
7777
set -eux \
7878
&& apt-get update \
7979
&& apt-get install -y --no-install-recommends \
80-
fd-find \
8180
build-essential
8281

8382
# install UV https://docs.astral.sh/uv/guides/integration/docker/#installing-uv

services/efs-guardian/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=private \
4646
$(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null \
4747
&& apt-get update \
4848
&& apt-get install -y --no-install-recommends \
49-
fd-find \
5049
# only the cli is needed and we remove the unnecessary stuff again
5150
docker-ce-cli=${DOCKER_APT_VERSION} \
5251
&& apt-get remove -y\
@@ -117,7 +116,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=private \
117116
set -eux \
118117
&& apt-get update \
119118
&& apt-get install -y --no-install-recommends \
120-
fd-find \
121119
build-essential
122120

123121
# install UV https://docs.astral.sh/uv/guides/integration/docker/#installing-uv

services/invitations/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=private \
7979
set -eux \
8080
&& apt-get update \
8181
&& apt-get install -y --no-install-recommends \
82-
fd-find \
8382
build-essential
8483

8584
# install UV https://docs.astral.sh/uv/guides/integration/docker/#installing-uv

0 commit comments

Comments
 (0)