File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change
1
+ 1.7.34-rapidpro-10.0.0
2
+ ----------
3
+ * Update node version in Dockerfile
4
+
1
5
1.7.33-rapidpro-10.0.0
2
6
----------
3
7
* Remove any reference from weni-rp-apps
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN apt-get update \
36
36
&& apt-get install --no-install-recommends --no-install-suggests -y gcc bzip2 git curl nginx libpq-dev gettext \
37
37
libgdal-dev python3-cffi python3-gdal vim
38
38
39
- RUN curl -sL https://deb.nodesource.com/setup_18 .x | bash - \
39
+ RUN curl -sL https://deb.nodesource.com/setup_20 .x | bash - \
40
40
&& apt-get install --no-install-recommends --no-install-suggests -y nodejs
41
41
42
42
RUN rm -rf /var/lib/apt/lists/*
@@ -65,10 +65,8 @@ RUN chown -R $PROJECT_USER:$PROJECT_GROUP $PROJECT_PATH
65
65
66
66
WORKDIR $PROJECT_PATH
67
67
68
- RUN su $PROJECT_USER -c "npm install --global \
69
- coffeescript \
70
- less \
71
- yarn"
68
+ RUN su $PROJECT_USER -c "npm install --global yarn"
69
+ RUN su $PROJECT_USER -c "yarn global add less"
72
70
73
71
RUN su $PROJECT_USER -c "ln -s $PROJECT_PATH/temba/settings.py.prod $PROJECT_PATH/temba/settings.py"
74
72
You can’t perform that action at this time.
0 commit comments