Skip to content

Commit

Permalink
add nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
versun authored Jun 21, 2024
1 parent 8b0568a commit d932a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN mkdir -p $DockerHOME/data
WORKDIR $DockerHOME
COPY . $DockerHOME
RUN apt-get update && \
apt-get install -y gettext procps git && \
apt-get install -y gettext procps git nodejs && \
rm -rf /var/lib/apt/lists/*
RUN pip install -r requirements/dev.txt --no-cache-dir -U && \
python manage.py init_server && \
Expand Down

0 comments on commit d932a82

Please sign in to comment.