updates
This commit is contained in:
parent
4080bc2cbe
commit
53aad46f33
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user