Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
strategy:
matrix:
image:
- alpine
- debian
- fedora
- ubuntu
Expand Down
6 changes: 6 additions & 0 deletions docker/Dockerfile-alpine
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM alpine:3.22
RUN apk add --no-cache curl git jq

RUN adduser -u 1000 -D espresso
USER espresso
WORKDIR /home/espresso
1 change: 0 additions & 1 deletion docker/Dockerfile-fedora
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ RUN dnf -y install \
gdb \
git \
hdf5-mpich-devel \
jq \
lapack-devel \
make \
mpich-devel \
Expand Down