Skip to content
Snippets Groups Projects
Unverified Commit 438be089 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

base: Install less pager

Refs. sysadm-environment#5560
parent 9528f6cd
No related branches found
Tags swh-base-20250212.1
No related merge requests found
......@@ -10,7 +10,8 @@ ARG configdir=/etc/${user}
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y git sed \
gzip lzip zstd cpio && \
gzip lzip zstd cpio \
less && \
apt-get clean && \
addgroup --gid ${userid} ${user} && \
useradd --gid ${groupid} --uid ${userid} -m -d ${workdir} ${user} && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment