Skip to content

Commit

Permalink
Docker: Restore install_basics.sh
Browse files Browse the repository at this point in the history
It is also used by images that are not based on the toolchain.
  • Loading branch information
oschuett committed Mar 21, 2019
1 parent 574defd commit 3461ef9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tools/docker/scripts/install_basics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

# author: Ole Schuett

# install Ubuntu packages
apt-get update
apt-get install -y --no-install-recommends \
ca-certificates \
cmake \
git \
less \
make \
nano \
python \
rsync \
unzip \
wget
rm -rf /var/lib/apt/lists/*

# clone cp2k repository
git clone --recursive --depth=1 --single-branch -b master https://github.com/cp2k/cp2k.git /workspace/cp2k

Expand Down

0 comments on commit 3461ef9

Please sign in to comment.