0

enter image description here

docker file:

FROM nixos/nix
# https://stackoverflow.com/questions/27701930/how-to-add-users-to-docker-container
# RUN useradd -ms /bin/bash newuser
# USER newuser
RUN useradd -m matthew
USER matthew
WORKDIR /usr/scan
COPY . /usr/scan/
RUN mkdir results
RUN nix-env -if https://github.com/fluidattacks/makes/archive/22.09.tar.gz
thecr0w
  • 2,148
  • 4
  • 33
  • 59

0 Answers0