Skip to content

Commit

Permalink
Working dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
failys committed May 19, 2024
1 parent af47aa0 commit 983fcfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get install -y build-essential \
apt-transport-https \
ca-certificates

RUN pip3 install wheel
RUN pip3 install wheel --break-system-packages
#Installing Python modules
COPY requirements.txt /
RUN pip3 install -r requirements.txt --break-system-packages
Expand Down Expand Up @@ -53,7 +53,6 @@ COPY createdb.sql /
COPY addAccount.sh /
COPY register_user.html /cairis/cairis/daemon/templates/security

ENV NODE_OPTIONS=--openssl-legacy-provider
RUN /cairis/cairis/bin/installUI.sh

EXPOSE 8000
Expand Down

0 comments on commit 983fcfb

Please sign in to comment.