Skip to content

Commit

Permalink
install python2 until deps doesn't require it
Browse files Browse the repository at this point in the history
  • Loading branch information
jupe committed Apr 2, 2024
1 parent 7aa9872 commit 9053b24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ FROM base AS ui
WORKDIR /app
RUN git config --global url."https://github.com/".insteadOf git://github.com/ \
&& git clone --depth=1 https://github.com/OpenTMI/opentmi-default-gui.git . \
&& apt update && apt install python2 \
&& npm ci \
&& NODE_ENV=production npm run build:prod \
&& rm -r node_modules
Expand Down

0 comments on commit 9053b24

Please sign in to comment.