mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
6 lines
144 B
Docker
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
|