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