This commit is contained in:
Andy 2017-06-23 09:11:08 +02:00
parent 4080bc2cbe
commit 53aad46f33
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -28,4 +28,5 @@ services:
# more on CAP_SYS_ADMIN https://lwn.net/Articles/486306/
cap_add:
- SYS_ADMIN
- IPC_LOCK # lock memory to prevent sensitive values from being swapped to disk.
shm_size: 4G