1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

(bug) error Couldn't find the binary git during assets compilation

This commit is contained in:
Sylvain 2022-03-23 11:07:07 +01:00
parent 98f7a6d2e5
commit 41375ecc7a
2 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,7 @@
- Removed dependency to auto-ngtemplate-loader
- Removed support for Universal Analytics
- Updated deprecated division operators in sass
- Fix a bug: error Couldn't find the binary git during assets compilation
- Fix a bug: a sentence was not linked to a translation key
- Fix a bug: the version check may be scheduled at an invalid time
- Fix a bug: the moment-timezone relied on an outdated version of moment with a case-sensitive locale file

View File

@ -9,6 +9,8 @@ RUN apk update && apk upgrade && \
curl \
nodejs \
yarn \
git \
openssh \
imagemagick \
supervisor \
tzdata \
@ -26,7 +28,6 @@ RUN apk update && apk upgrade && \
alpine-sdk \
build-base \
linux-headers \
git \
patch
RUN gem install bundler