dangerzone/share/container/Containerfile
2020-01-06 17:02:12 -08:00

6 lines
144 B
Docker

FROM ubuntu:18.04
RUN apt-get update && \
apt-get install -y file poppler-utils imagemagick
COPY convert_to_pixels /tmp/convert_to_pixels