Initial commit
First container (for gitea)
This commit is contained in:
9
make-docker.conf
Normal file
9
make-docker.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
COMMON_FLAGS="-O2 -pipe"
|
||||
CFLAGS="${COMMON_FLAGS}"
|
||||
CXXFLAGS="${COMMON_FLAGS}"
|
||||
FCFLAGS="${COMMON_FLAGS}"
|
||||
FFLAGS="${COMMON_FLAGS}"
|
||||
|
||||
LC_MESSAGES=C.utf8
|
||||
|
||||
FEATURES="-ipc-sandbox -network-sandbox -pid-sandbox"
|
||||
Reference in New Issue
Block a user