Skip to content

Commit f51242b

Browse files
committed
[DOP-21780] Add krb5-user package to worker image
1 parent 7a36705 commit f51242b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

docker/Dockerfile.scheduler

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
FROM python:3.12-slim AS base
22

3-
RUN apt-get update && apt-get install -y curl \
4-
&& rm -rf /var/lib/apt/lists/*
5-
63
RUN curl -sSL https://install.python-poetry.org | python3 - \
74
&& ln -s /root/.local/bin/poetry /usr/local/bin/poetry \
85
&& poetry config virtualenvs.create false

docker/Dockerfile.worker

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ RUN apt-get update && apt-get install -y \
1616
libnghttp2-dev \
1717
libffi-dev \
1818
libkrb5-dev \
19-
&& rm -rf /var/lib/apt/lists/*
20-
21-
RUN apt-get update && apt-get install -y curl \
19+
krb5-user \
2220
&& rm -rf /var/lib/apt/lists/*
2321

2422
RUN curl -sSL https://install.python-poetry.org | python3 - \

0 commit comments

Comments
 (0)