Skip to content

Commit

Permalink
fix: correct c7 node version install
Browse files Browse the repository at this point in the history
mistakenly using arm download for x86_64 target
  • Loading branch information
Mossman1215 authored and ardrigh committed Feb 19, 2024
1 parent 3a815aa commit e9d037d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/rpmbuild-centos7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/geonet/base-images/centos:centos7
# Install prerequisites
RUN curl -O https://nodejs.org/dist/latest-v20.x/node-v20.11.1-linux-arm64.tar.xz \
RUN curl -O https://nodejs.org/dist/latest-v20.x/node-v20.11.1-linux-x64.tar.xz \
&& tar --strip-components 1 -xvf node-v* -C /usr/local \
&& yum install -y epel-release

Expand Down

0 comments on commit e9d037d

Please sign in to comment.