Skip to content

Commit

Permalink
NPM Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondbca committed Jul 15, 2024
1 parent c05da18 commit 3a04175
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ RUN apt-get install --no-install-recommends -y npm bzip2
RUN update-ca-certificates
RUN apt-get install --no-install-recommends -y postgresql-client mtr htop vim ssh


RUN add-apt-repository ppa:deadsnakes/ppa
RUN apt-get install --no-install-recommends -y python3.7 python3.7-dev python3.7-distutils
RUN ln -s /usr/bin/python3.7 /usr/bin/python && python3.7 -m pip install --upgrade pip==21.3.1
RUN apt-get update

RUN cd /app/ledgergw/static/common; npm install
# RUN cd /app/ledgergw/static/common; npm run build

#RUN ln -s /usr/bin/pip3 /usr/bin/pip
RUN pip install --upgrade pip
# Install Python libs from requirements.txt.
Expand Down

0 comments on commit 3a04175

Please sign in to comment.