master
Andy 7 years ago
parent 704a0dfec8
commit 651cfeb144
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC

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

@ -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.

Loading…
Cancel
Save