Skip to content

Commit

Permalink
missing curl
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Sep 16, 2021
1 parent 0832e21 commit 1eb7075
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 23 deletions.
20 changes: 11 additions & 9 deletions ubuntu/16.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,21 @@ ENV TZ=America/Los_Angeles
LABEL maintainer="David Beckingsale <david@llnl.gov>,@vsoch"

RUN apt-get -qq update && \
apt-get -qq install -y --no-install-recommends wget \
python-dev \
python3-pip \
apt-get -qq install -y --no-install-recommends \
build-essential \
sudo \
git \
vim \
ca-certificates \
curl \
dh-autoreconf \
ninja-build \
git \
gnupg2 \
libssl-dev \
ca-certificates \
ninja-build \
python-dev \
python3-pip \
sudo \
valgrind \
gnupg2
vim \
wget

# Install spack
WORKDIR /opt
Expand Down
19 changes: 10 additions & 9 deletions ubuntu/18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,20 @@ ENV TZ=America/Los_Angeles

RUN apt-get -qq update && \
apt-get -qq install -y --no-install-recommends \
wget \
python3-dev \
python3-pip \
build-essential \
sudo \
git \
vim \
ca-certificates \
curl \
dh-autoreconf \
ninja-build \
git \
gnupg2 \
libssl-dev \
ca-certificates \
ninja-build \
python-dev \
python3-pip \
sudo \
valgrind \
gnupg2
vim \
wget

# Install spack
WORKDIR /opt
Expand Down
12 changes: 7 additions & 5 deletions ubuntu/20.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,24 @@ ENV TZ=America/Los_Angeles

RUN apt-get -qq update && \
apt-get -qq install -fy tzdata && \
apt-get -qq install -fy --no-install-recommends \
apt-get -qq install -y --no-install-recommends \
build-essential \
ca-certificates \
curl \
dh-autoreconf \
git \
gnupg2 \
lcov \
libssl-dev \
ninja-build \
pkg-config \
python3-dev \
python-dev \
python3-pip \
libssl-dev \
sudo \
valgrind \
vim \
wget \
xsltproc \
gnupg2
xsltproc

# Install Clingo for Spack
RUN python3 -m pip install --upgrade pip && \
Expand Down

0 comments on commit 1eb7075

Please sign in to comment.