1
0
Fork 0
factor-puzzles/.gitpod.Dockerfile

7 lines
146 B
Plaintext
Raw Permalink Normal View History

2020-11-29 08:22:10 +01:00
FROM bubbler9903/factor-gitpod:latest
USER root
RUN apt-get update -y -q \
&& apt-get install -y -q --no-install-recommends netpbm
USER gitpod