Files
gists/dockerfiles/template.dockerfile
Tobias Kessels e85d8a9f85 added a command and 2 templates
added the gnuplot command
added a peepdf dockerfile
added a berbone dockerfile as a template
2018-03-29 16:24:10 +02:00

11 lines
140 B
Docker

FROM debian:stretch
#FROM ubuntu:16.04
MAINTAINER tabledevil
RUN groupadd -g 999 user && \
useradd -r -u 999 -g user user
USER user