From 262fbd1cf65dde0435712b705a68f9b9b7f1357f Mon Sep 17 00:00:00 2001 From: Mar Alegre Date: Wed, 6 Oct 2021 22:13:12 -0400 Subject: [PATCH] Updated debian image --- debian/Containerfile | 3 ++- debian/assets/nanorc | 6 +----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/debian/Containerfile b/debian/Containerfile index 54e006f..ada1f7c 100644 --- a/debian/Containerfile +++ b/debian/Containerfile @@ -1,4 +1,5 @@ -FROM debian:stable +#FROM debian:stable +FROM docker.io/library/debian:latest CMD [ "/sbin/init" ] ENTRYPOINT [ "/sbin/init" ] diff --git a/debian/assets/nanorc b/debian/assets/nanorc index 85fa2d6..b09b19f 100644 --- a/debian/assets/nanorc +++ b/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