Skip to content
Snippets Groups Projects

Adjust code to comments in #6

Merged Ben Morrice requested to merge restorev22 into main
3 files
+ 9
14
Compare changes
  • Side-by-side
  • Inline
Files
3
FROM gitlab-registry.cern.ch/linuxsupport/alma8-base:latest
RUN dnf install -y epel-release
RUN yum install -y restic swaks gettext fuse rsync
RUN yum install -y restic swaks gettext fuse
COPY *.sh *.tpl /root/
WORKDIR /root
Loading