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:
parent
98f7a6d2e5
commit
41375ecc7a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user