mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
8 lines
140 B
Docker
8 lines
140 B
Docker
FROM ubuntu:18.04
|
|
|
|
RUN apt-get update && \
|
|
apt-get install -y poppler-utils imagemagick
|
|
|
|
RUN useradd -ms /bin/bash user
|
|
USER user:user
|
|
|