Loading testing/dockerfiles/dockerfile_asn +1 −1 Original line number Diff line number Diff line # docker build -t mcanterb/asn1test # docker push mcanterb/asn1test FROM python:3.9-slim-bullseye FROM python:3.14.6-slim-trixie RUN apt-get update -y && \ apt-get install -y asn1c && \ rm -rf /var/lib/apt/lists/* && \ Loading Loading
testing/dockerfiles/dockerfile_asn +1 −1 Original line number Diff line number Diff line # docker build -t mcanterb/asn1test # docker push mcanterb/asn1test FROM python:3.9-slim-bullseye FROM python:3.14.6-slim-trixie RUN apt-get update -y && \ apt-get install -y asn1c && \ rm -rf /var/lib/apt/lists/* && \ Loading