Skip to content

Commit a68bf25

Browse files
committed
Merge branch 'tickets/DM-51134'
2 parents 2c51a60 + 993bf26 commit a68bf25

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

base/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ ARG PIPE_CONTAINER=ghcr.io/lsst/scipipe
22
ARG STACK_TAG=d_latest
33
FROM ${PIPE_CONTAINER}:${STACK_TAG}
44
ENV PYTHONUNBUFFERED=True
5-
ARG KAFKA=python-confluent-kafka
65
RUN <<EOT
76
set -ex
87
source /opt/lsst/software/stack/loadLSST.bash
9-
mamba install -y flask gunicorn
10-
mamba list ${KAFKA} | grep ${KAFKA} || mamba install -y "${KAFKA}=2.4.0"
8+
# Needed only for Knative support
9+
conda install -y flask
1110
pip install --no-input cloudevents
1211
pip install --no-input prometheus-client
1312
pip install --no-input redis

0 commit comments

Comments
 (0)