Skip to content

Commit

Permalink
trying to fix meteor test
Browse files Browse the repository at this point in the history
  • Loading branch information
eparker-tulip committed Oct 2, 2024
1 parent 525fb5d commit 91600d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV METEOR_ALLOW_SUPERUSER=true
RUN apt-get update && \
apt-get install -y g++ build-essential curl && \
rm -rf /var/lib/apt/lists/* && \
curl https://install.meteor.com/ | sh
curl https://install.meteor.com/?release=2.13 | sh

RUN meteor create --release 2.5.6 /throwaway && rm -rf /throwaway

Expand Down

0 comments on commit 91600d2

Please sign in to comment.