Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8395970
Dockerfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
253 B
Subscribers
None
Dockerfile
View Options
FROM python:3
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
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 7:47 PM (12 w, 9 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3353483
Attached To
rCDFD Dockerfiles for developers
Event Timeline
Log In to Comment