Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:cfconrad:openqa
scapy
Dockerfile
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Dockerfile of Package scapy
# Defines the tag for OBS and build script builds: #!BuildTag: scapy FROM opensuse/tumbleweed # Work around https://github.com/openSUSE/obs-build/issues/487 RUN zypper install -y openSUSE-release-appliance-docker # Put additional files into container COPY scapy-2.5.0.tar.gz /tmp # Install further packages using zypper RUN zypper install -y python3 python3-ipython python3-pip libpcap1 tar RUN cd /tmp && tar -zxvf scapy-2.5.0.tar.gz && cd scapy-2.5.0 && python3 ./setup.py install # This command will get executed on container start by default CMD /usr/bin/python3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor