factor-puzzles/.gitpod.Dockerfile
2021-04-16 19:59:17 +02:00

7 lines
No EOL
146 B
Docker

FROM bubbler9903/factor-gitpod:latest
USER root
RUN apt-get update -y -q \
&& apt-get install -y -q --no-install-recommends netpbm
USER gitpod