Skip to content

Commit c7f12f9

Browse files
fix(*): adjust Dockerfile dependencies and workflow caching
1 parent cf59126 commit c7f12f9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,4 @@ jobs:
3535
with:
3636
push: true
3737
files: |
38-
docker-bake.hcl
39-
cache-from: type=local,src=/tmp/.buildx-cache
40-
cache-to: type=local,dest=/tmp/.buildx-cache,new=true
38+
docker-bake.hcl

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN apk update && apk add --no-cache \
1111
g++ \
1212
zlib-dev \
1313
libffi-dev \
14+
libsodium-dev \
1415
build-base \
1516
cmake \
1617
jpeg-dev

0 commit comments

Comments
 (0)