-
-
Notifications
You must be signed in to change notification settings - Fork 775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
match estimate in grant checkout emails #9841
Conversation
Dockerfile
Outdated
@@ -28,7 +28,7 @@ WORKDIR /usr/src | |||
RUN apt-get update && apt-get install -y wget | |||
RUN wget "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb" | |||
RUN apt-get install -y $CHROME_DEPS | |||
RUN dpkg -i google-chrome-stable_current_amd64.deb | |||
#RUN dpkg -i google-chrome-stable_current_amd64.deb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fwiw; on my M1 i had to comment this out to get the dockerfile to run. anyone else had this issue? maybe worth a seperate issue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh me and @nutrina had the same issue here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm - this is for cyprus! Can we install it from anywhere else @ksolo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!! 🚀
* match estimate in grant checkout emails * fix * dpkg * feat: adds lerp to find the match_amount for the contribution/subscription * fix: use match_amount at time of contribution Co-authored-by: Kevin Owocki <[email protected]> Co-authored-by: Graham Dixon <[email protected]>
Description
match estimate in grant checkout emails
Refers/Fixes
common sense
Testing
tested locally