Skip to content

Commit

Permalink
Merge pull request #11 from TACC/dev
Browse files Browse the repository at this point in the history
Addition for v0.1.0
  • Loading branch information
jpvantassel committed Mar 1, 2022
2 parents 285669d + 9b61044 commit 80525c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ USER root
# Future packages should be added only if they are deemed essential for the community.
# Following best practices apt-get-related commands should not be split.
RUN apt-get update \
&& apt-get upgrade \
&& apt-get clean \
&& apt-get upgrade --yes \
&& apt-get clean --yes \
&& apt-get install --yes --quiet --no-install-recommends \
build-essential \
emacs-nox \
Expand All @@ -46,7 +46,7 @@ RUN apt-get update \
git \
inkscape \
openssh-client \
&& apt-get clean
&& apt-get clean --yes

RUN touch ${HOME}/.hushlogin

Expand Down

0 comments on commit 80525c9

Please sign in to comment.