Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasGassmann committed Feb 18, 2025
1 parent 435d98b commit 1385dc7
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
@@ -1,6 +1,6 @@
FROM node:18

RUN apt-get update && apt-get install -yq git python build-essential
RUN apt-get update && apt-get install -yq git python-is-python3 build-essential

# create app directory
RUN mkdir /app
Expand Down

0 comments on commit 1385dc7

Please sign in to comment.