Browse Source

Updated debian image

mailsrv/add-dkim
Mar Alegre 4 years ago
parent
commit
262fbd1cf6
  1. 3
      debian/Containerfile
  2. 6
      debian/assets/nanorc

3
debian/Containerfile

@ -1,4 +1,5 @@
FROM debian:stable
#FROM debian:stable
FROM docker.io/library/debian:latest
CMD [ "/sbin/init" ]
ENTRYPOINT [ "/sbin/init" ]

6
debian/assets/nanorc

@ -9,17 +9,13 @@ set linenumbers
## Enable vim-style lock-files.
set locking
## Enable soft line wrapping (AKA full-line display).
set nowrap
set softwrap
## Make the Home key smarter.
set smarthome
## Use smooth scrolling as the default.
set smooth
## Enable soft line wrapping (AKA full-line display).
set softwrap
## Allow nano to be suspended.
set suspend
# set suspendable
set suspendable
## Convert typed tabs to spaces.
set tabstospaces
## Give nano more "emacs-like" keybindings

Loading…
Cancel
Save