Skip to content

Commit

Permalink
Update python version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yoldas committed Mar 24, 2024
1 parent e2e7b68 commit 122c69c
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 @@ -3,7 +3,7 @@ RUN apt-get update -qq && apt-get install -y
# Install node and Yarn
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
RUN apt-get install -y nodejs
RUN apt-get install -y python2
RUN apt-get install -y python3
RUN npm install -g yarn
WORKDIR /samples_extraction
ADD Gemfile /samples_extraction
Expand Down

0 comments on commit 122c69c

Please sign in to comment.