This commit is contained in:
Andy 2017-06-23 09:12:24 +02:00
parent 704a0dfec8
commit 651cfeb144
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu
FROM ubuntu:zesty
MAINTAINER Andrey Arapov <andrey.arapov@nixaid.com>
# To avoid problems with Dialog and curses wizards

View File

@ -10,3 +10,5 @@ services:
- /etc/localtime:/etc/localtime:ro
environment:
DISPLAY: unix$DISPLAY
cap_add:
- IPC_LOCK # lock memory to prevent sensitive values from being swapped to disk.