Skip to content

Commit

Permalink
Revert spago version to fix slow loading of spago.yaml issue
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenGraves committed Oct 21, 2024
1 parent dcde747 commit d530b53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ RUN apt-get update && \
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

ARG NODE_MAJOR=22
ARG NODE_MAJOR=20
RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
RUN apt-get update && \
apt-get install -qq -y --no-install-recommends nodejs && \
apt-get clean

RUN mkdir -p ~/.ssh/ && ssh-keyscan -t ed25519 github.com >> ~/.ssh/known_hosts

RUN npm install -g npm@10.8.3
RUN npm install -g [email protected].39 [email protected] [email protected] [email protected] [email protected] [email protected]
RUN npm install -g npm@10.5.2
RUN npm install -g [email protected].29 [email protected] [email protected] [email protected] [email protected] [email protected]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ images to Github Container Registry.
# How to build and test locally

* Run `docker build -t purescript-tools:beta .` to create a local image with the tag of beta
* Use `'purescript-tools:beta` in an app that uses purescript-tools to try it out.
* Use `purescript-tools:beta` in an app that uses purescript-tools to try it out.

1 comment on commit d530b53

@ysangkok
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.