Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9123128
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
701 B
Subscribers
None
View Options
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
Details
Attached
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
Attached To
rCDFD Dockerfiles for developers
Event Timeline
Log In to Comment