Last active 1746277176

Revision 68269f31759c8a2511e5e063b3486baaa7ea6a49

Containerfile Raw
1FROM ghcr.io/skunkwerks/freebsd-runtime:14.2
2RUN env ASSUME_ALWAYS_YES=yes pkg bootstrap -r FreeBSD
3RUN pkg update
4RUN pkg install -y FreeBSD-openssl
5RUN pkg upgrade -y
6RUN pkg install -y lang/python3
7entrypoint /usr/local/bin/python3 -m http.server