Skip to content

Commit

Permalink
[DOP-21780] Add krb5-user package to worker image
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Dec 11, 2024
1 parent 7a36705 commit f51242b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions docker/Dockerfile.scheduler
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
FROM python:3.12-slim AS base

RUN apt-get update && apt-get install -y curl \
&& rm -rf /var/lib/apt/lists/*

RUN curl -sSL https://install.python-poetry.org | python3 - \
&& ln -s /root/.local/bin/poetry /usr/local/bin/poetry \
&& poetry config virtualenvs.create false
Expand Down
4 changes: 1 addition & 3 deletions docker/Dockerfile.worker
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ RUN apt-get update && apt-get install -y \
libnghttp2-dev \
libffi-dev \
libkrb5-dev \
&& rm -rf /var/lib/apt/lists/*

RUN apt-get update && apt-get install -y curl \
krb5-user \
&& rm -rf /var/lib/apt/lists/*

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

0 comments on commit f51242b

Please sign in to comment.