Skip to content

Commit

Permalink
add screen for long manual runs
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Jan 2, 2025
1 parent a29e497 commit 168c2df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ RUN \
echo "**** install runtime packages ****" && \
apk add --no-cache --upgrade \
bzip2 \
logrotate && \
logrotate \
screen && \
echo "**** install restic and autorestic ****" && \
if [ -z "${APP_VERSIONS+x}" ]; then \
RESTIC_RELEASE=$(curl -sX GET "https://api.github.com/repos/restic/restic/releases/latest" \
Expand Down

0 comments on commit 168c2df

Please sign in to comment.