add docker-cli and set correct column lengh in terminal
Build and Push Docker Container / build-and-push (push) Successful in 1m8s
Build and Push Docker Container / build-and-push (push) Successful in 1m8s
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ ENV TZ=""
|
|||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
bash sudo openssh-server shadow tzdata curl git dcron coreutils grep sed gawk util-linux ca-certificates tmux fastfetch prometheus-node-exporter \
|
bash sudo openssh-server shadow tzdata curl git dcron coreutils grep sed gawk util-linux ca-certificates tmux fastfetch prometheus-node-exporter \
|
||||||
borgbackup \
|
borgbackup docker-cli \
|
||||||
&& mkdir -p \
|
&& mkdir -p \
|
||||||
/.ssh \
|
/.ssh \
|
||||||
/backups \
|
/backups \
|
||||||
|
|||||||
@@ -10,7 +10,8 @@ function sepurator {
|
|||||||
if [ -n "${2:-}" ]; then
|
if [ -n "${2:-}" ]; then
|
||||||
local end="$2"
|
local end="$2"
|
||||||
else
|
else
|
||||||
local end="$COLUMNS"
|
local end
|
||||||
|
end=$(tput cols 2>/dev/null || echo "${COLUMNS:-80}")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
local start=1
|
local start=1
|
||||||
|
|||||||
Reference in New Issue
Block a user