Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7451304
Dockerfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
287 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 kafka_python
COPY listener.yml /etc/softwareheritage/storage/
COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 17, 10:28 AM (5 d, 5 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3287748
Attached To
rDENV Development environment
Event Timeline
Log In to Comment