Skip to content

Commit

Permalink
(bug) unable to build docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
gnepud committed Dec 29, 2023
1 parent 01a1403 commit 4b228b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog Fab-manager

- Fix a bug: unable to build docker image

## v6.3.7 2023 December 28

- Fix a bug: unable to show wallet payment mean for invoice
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ RUN apk update && apk upgrade && \
libsass-dev \
libsass \
libc6-compat \
libidn-dev && \
libidn-dev \
shared-mime-info && \
# Install buildtime apk dependencies
apk add --update --no-cache --virtual .build-deps \
alpine-sdk \
Expand Down

0 comments on commit 4b228b2

Please sign in to comment.