Skip to content

Commit

Permalink
fix: use node 20 image #38
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Apr 25, 2024
1 parent 7844b0d commit e081e41
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deploy/yagna/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# Full python toolset for ease of development
# If you need something smaller, you can use ubuntu slim or alpine without python
FROM python:latest
FROM node:20-bullseye

# This tools are not needed but are helpful for debugging
RUN apt-get update -y
RUN apt-get install -y build-essential net-tools iputils-ping curl vim git wget unzip jq dnsutils tcpdump
RUN apt-get install -y nodejs npm
RUN npm install -g pnpm serve pm2
RUN pip install --upgrade pip

# Download official installer
RUN curl -L https://join.golem.network/as-requestor --output as-requestor.sh
Expand Down

0 comments on commit e081e41

Please sign in to comment.