FROM openquantumsafe/openssh:latest USER root ENV DEBIAN_FRONTEND noninteractive COPY . /app RUN chmod -R 777 /app WORKDIR /app