Skip to content
Snippets Groups Projects
Dockerfile 300 B
Newer Older
FROM debian:bookworm
Torsten Grote's avatar
Torsten Grote committed

ENV LANG=C.UTF-8
ENV DEBIAN_FRONTEND=noninteractive

WORKDIR /opt/go-reproducer

ADD build-binary.py ./
Torsten Grote's avatar
Torsten Grote committed
ADD install*.sh ./
ADD versions.json ./
ADD utils.py ./
akwizgran's avatar
akwizgran committed
ADD template-*.pom ./
ADD verify-binary.py ./
Torsten Grote's avatar
Torsten Grote committed

RUN ./install.sh

CMD ./verify-binary.py obfs4proxy