Page MenuHomeSoftware Heritage

Dockerfile
No OneTemporary

Dockerfile

FROM python:3
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
apt-get install -y \
libsystemd-dev postgresql-client
RUN pip install swh-storage
COPY storage.yml /
COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]
EXPOSE 5002

File Metadata

Mime Type
text/plain
Expires
Jul 4 2025, 6:06 PM (4 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3287674

Event Timeline