diff --git a/dockerfiles/swh-storage-listener/Dockerfile b/dockerfiles/swh-storage-listener/Dockerfile index a7a199d..93548a1 100644 --- a/dockerfiles/swh-storage-listener/Dockerfile +++ b/dockerfiles/swh-storage-listener/Dockerfile @@ -1,12 +1,12 @@ FROM python:3 RUN export DEBIAN_FRONTEND=noninteractive && \ apt-get update && \ apt-get install -y \ libsystemd-dev postgresql-client -RUN pip install swh-storage +RUN pip install swh-storage kafka_python COPY listener.yml /etc/softwareheritage/storage/ COPY entrypoint.sh / ENTRYPOINT ["/entrypoint.sh"]