added a command and 2 templates
added the gnuplot command added a peepdf dockerfile added a berbone dockerfile as a template
This commit is contained in:
10
dockerfiles/template.dockerfile
Normal file
10
dockerfiles/template.dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM debian:stretch
|
||||
#FROM ubuntu:16.04
|
||||
|
||||
MAINTAINER tabledevil
|
||||
|
||||
|
||||
RUN groupadd -g 999 user && \
|
||||
useradd -r -u 999 -g user user
|
||||
|
||||
USER user
|
||||
Reference in New Issue
Block a user