updates
This commit is contained in:
parent
704a0dfec8
commit
651cfeb144
@ -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…
Reference in New Issue
Block a user