
FROM ubuntu:18.04
LABEL description="NIST PQC Build Environment"

RUN apt-get update && apt-get install -y sudo git curl build-essential vim openssl libssl-dev libgmp-dev

CMD [ "/bin/bash", "--login" ]
