File: Dockerfile

package info (click to toggle)
golang-github-rootless-containers-bypass4netns 0.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 596 kB
  • sloc: sh: 1,936; python: 542; makefile: 33
file content (9 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
FROM public.ecr.aws/docker/library/alpine:3.16

RUN apk add python3

ADD ./test_connect.py /tmp/test_connect.py
ADD ./test_sendto.py /tmp/test_sendto.py
ADD ./test_sendmsg.py /tmp/test_sendmsg.py

CMD ["/bin/sh" "-c" "sleep infinity"]