Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Commit f293a25

Browse files
committed
Added python to dockerfile to fix node build script error
1 parent 1d52a6b commit f293a25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ RUN apt-get update -qq && apt-get install -y
44
# Install node and Yarn
55
RUN curl -sL https://deb.nodesource.com/setup_15.x | bash -
66
RUN apt-get install -y nodejs
7+
RUN apt-get install -y python2
78
RUN npm install -g yarn
89
WORKDIR /samples_extraction
910
ADD Gemfile /samples_extraction

0 commit comments

Comments
 (0)