Skip to content

Commit

Permalink
Merge branch 'main' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed Dec 11, 2023
2 parents 739e8f3 + a186490 commit befce02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/deploy.dockerfile
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ COPY . /build/frontend
RUN mv /build/frontend/.env.staging.example /build/frontend/.env.staging

# Add Node 18 support
RUN apt-get install -y ca-certificates curl
RUN apt-get install -y ca-certificates curl gnupg1 gnupg2
RUN mkdir -p /etc/apt/keyrings
RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list

0 comments on commit befce02

Please sign in to comment.