Skip to content

Commit

Permalink
fix: node 20 in rosetta script
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Jan 16, 2024
1 parent 45ebf14 commit d9e8986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/rosetta.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen

RUN curl -sL https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
&& echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" > /etc/apt/sources.list.d/pgsql.list \
&& curl -sL https://deb.nodesource.com/setup_16.x | bash -
&& curl -sL https://deb.nodesource.com/setup_20.x | bash -
RUN apt-get update \
&& apt-get install -y \
postgresql-${PG_VERSION} \
Expand Down

0 comments on commit d9e8986

Please sign in to comment.