1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-03-15 12:29:16 +01:00

(bug) unable to build docker image

This commit is contained in:
Du Peng 2023-12-29 11:30:07 +01:00
parent 01a1403eb7
commit 4b228b21a5
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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 \