Skip to content

Commit

Permalink
add compiler to spack
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 13, 2021
1 parent 70b1faa commit a220de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/3.14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="@vsoch"
ENV TZ=America/Los_Angeles

RUN apk update && \
apk add git python3 clingo g++ && ln -sf python3 /usr/bin/python && \
apk add git python3 clingo g++ bash && ln -sf python3 /usr/bin/python && \
python3 -m ensurepip && \
pip3 install --no-cache --upgrade pip setuptools

Expand Down

0 comments on commit a220de4

Please sign in to comment.