Skip to content
Permalink
Browse files
upgrade node to lts, and upgrade dependencies (#4977)
remove unused dependencies
  • Loading branch information
LeoMcA committed Jan 11, 2022
1 parent 80a0488 commit f96a54a
Show file tree
Hide file tree
Showing 9 changed files with 20,174 additions and 15,214 deletions.
@@ -59,3 +59,4 @@ celerybeat.pid
*.zip
dist/
.mysql_history
.local
@@ -17,7 +17,7 @@ RUN pip install --upgrade "pip==21.3.1"
RUN useradd -d /app -M --uid 1000 --shell /usr/sbin/nologin kitsune

RUN apt-get update && apt-get install apt-transport-https && \
curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \
apt-get update && \
apt-get install -y --no-install-recommends \
gettext build-essential \

This file was deleted.

0 comments on commit f96a54a

Please sign in to comment.