Skip to content

Commit

Permalink
remove NodeJS from deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
khcr committed Dec 2, 2023
1 parent 997d4b1 commit f381855
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ ENV SITE_BUILD_TIME ${site_build_time}
# Update the system
RUN apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold"

# Enable NodeJS and Ruby
# Enable Ruby
RUN /pd_build/ruby-3.1.*.sh
RUN /pd_build/nodejs.sh
RUN npm install -g yarn

# Clean up APT when done.
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down

0 comments on commit f381855

Please sign in to comment.