Last active 1746277176

Revision 846cf315a533bb15636de96005813e8d57da84b1

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