We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a36705 commit f51242bCopy full SHA for f51242b
docker/Dockerfile.scheduler
@@ -1,8 +1,5 @@
1
FROM python:3.12-slim AS base
2
3
-RUN apt-get update && apt-get install -y curl \
4
- && rm -rf /var/lib/apt/lists/*
5
-
6
RUN curl -sSL https://install.python-poetry.org | python3 - \
7
&& ln -s /root/.local/bin/poetry /usr/local/bin/poetry \
8
&& poetry config virtualenvs.create false
docker/Dockerfile.worker
@@ -16,9 +16,7 @@ RUN apt-get update && apt-get install -y \
16
libnghttp2-dev \
17
libffi-dev \
18
libkrb5-dev \
19
20
21
+ krb5-user \
22
&& rm -rf /var/lib/apt/lists/*
23
24
0 commit comments