Skip to content

Commit

Permalink
Add less to docker image (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed May 23, 2023
1 parent df91f60 commit 3070902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ COPY /concretizer.yaml /etc/spack/concretizer.yaml

RUN apt-get remove -y gcc-12 && \
apt-get update -y && \
apt-get install -y --no-install-recommends emacs bash-completion && \
apt-get install -y --no-install-recommends emacs bash-completion less && \
apt-get -y autoremove --purge && \
apt-get clean

Expand Down

0 comments on commit 3070902

Please sign in to comment.