Skip to content

Commit

Permalink
Add openSUSE node.js repository to Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeldesu committed Oct 15, 2023
1 parent 9d0d4d0 commit 937613d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ ARG BUNDLER_VERSION=2.3.18
ENV RAILS_ENV=production

# update and install dependencies
RUN zypper up -y \
RUN zypper addrepo https://download.opensuse.org/repositories/devel:languages:nodejs/15.5/devel:languages:nodejs.repo \
&& zypper refresh \
&& zypper up -y \
&& zypper in -y \
# build dependencies (ruby-install)
automake \
Expand Down

0 comments on commit 937613d

Please sign in to comment.