Skip to content

Commit

Permalink
alpine: install missing libgomp
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 10, 2024
1 parent 799211e commit 6bc3988
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions alpine/13-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN \
apk del .build-dependencies && \
apk add --no-cache \
libarrow \
libgomp \
libxxhash \
msgpack-c \
zlib \
Expand Down
1 change: 1 addition & 0 deletions alpine/13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN \
apk del .build-dependencies && \
apk add --no-cache \
libarrow \
libgomp \
libxxhash \
msgpack-c \
zlib \
Expand Down
1 change: 1 addition & 0 deletions alpine/14-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN \
apk del .build-dependencies && \
apk add --no-cache \
libarrow \
libgomp \
libxxhash \
msgpack-c \
zlib \
Expand Down
1 change: 1 addition & 0 deletions alpine/14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN \
apk del .build-dependencies && \
apk add --no-cache \
libarrow \
libgomp \
libxxhash \
msgpack-c \
zlib \
Expand Down
1 change: 1 addition & 0 deletions alpine/15-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN \
apk del .build-dependencies && \
apk add --no-cache \
libarrow \
libgomp \
libxxhash \
msgpack-c \
zlib \
Expand Down
1 change: 1 addition & 0 deletions alpine/15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN \
apk del .build-dependencies && \
apk add --no-cache \
libarrow \
libgomp \
libxxhash \
msgpack-c \
zlib \
Expand Down
1 change: 1 addition & 0 deletions alpine/16-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN \
apk del .build-dependencies && \
apk add --no-cache \
libarrow \
libgomp \
libxxhash \
msgpack-c \
zlib \
Expand Down
1 change: 1 addition & 0 deletions alpine/16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN \
apk del .build-dependencies && \
apk add --no-cache \
libarrow \
libgomp \
libxxhash \
msgpack-c \
zlib \
Expand Down
1 change: 1 addition & 0 deletions alpine/17-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN \
apk del .build-dependencies && \
apk add --no-cache \
libarrow \
libgomp \
libxxhash \
msgpack-c \
zlib \
Expand Down
1 change: 1 addition & 0 deletions alpine/17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN \
apk del .build-dependencies && \
apk add --no-cache \
libarrow \
libgomp \
libxxhash \
msgpack-c \
zlib \
Expand Down

0 comments on commit 6bc3988

Please sign in to comment.