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:
parent
01a1403eb7
commit
4b228b21a5
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user