-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding Python 3.10 dockerfiles * Updating github check action versions * Updating docker stuff * Trying to figure out permissions issue * more permissions * Reverting * Reverting action versions * Update build.sh * Added additional logging when a requirements file is generated * Adding poetry-plugin-export * Making sure to CD to proper directory * Troubleshooting why requirements are not being added * Removing unneeded install * More debugging * More debugging * Updating dockerfile * Removing command that didn't work * Adding more debugging notes * Removing debugging stuff * Updating action versions --------- Co-authored-by: GitHub Actions <[email protected]> Co-authored-by: Mike Dorfman <[email protected]> Co-authored-by: mikedorfman <[email protected]>
- Loading branch information
1 parent
35fe16d
commit cfd5528
Showing
5 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM linuxbrew/brew:latest | ||
FROM homebrew/brew:latest | ||
|
||
RUN brew install groff | ||
RUN brew install libyaml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM linuxbrew/brew:latest | ||
FROM homebrew/brew:latest | ||
|
||
RUN brew install groff | ||
RUN brew install libyaml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters