Page MenuHomeSoftware Heritage

No OneTemporary

diff --git a/dockerfiles/swh-web/Dockerfile b/dockerfiles/swh-web/Dockerfile
index 8cc8b01..da54840 100644
--- a/dockerfiles/swh-web/Dockerfile
+++ b/dockerfiles/swh-web/Dockerfile
@@ -1,20 +1,21 @@
FROM python:3.6
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && apt-get upgrade -y && \
apt-get install -y libsystemd-dev && \
+ apt-get install -y pandoc && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
RUN pip install -U pip
RUN pip install swh-web
RUN pip install psycopg2-binary # to make pip silent
RUN pip install gunicorn
RUN python3 -m swh.web.manage migrate
COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]
WORKDIR /tmp/swh
EXPOSE 5004

File Metadata

Mime Type
text/x-diff
Expires
Sat, Jun 21, 5:06 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3293822

Event Timeline