Skip to content
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

add bash #16

Closed
wants to merge 1 commit into from
Closed

add bash #16

wants to merge 1 commit into from

Conversation

jomach
Copy link

@jomach jomach commented Jan 17, 2020

Fixes #15

@@ -8,7 +8,8 @@ RUN set -eux \
musl-dev \
openssl-dev \
python3 \
python3-dev
python3-dev \
bash
Copy link
Owner

Choose a reason for hiding this comment

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

@jomach thanks for the contribution! Any specifics on why bash is required for the linting?

Copy link
Author

Choose a reason for hiding this comment

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

For my use case I need to run some more scripts on Jenkins. So I start this image as a slave and run the linting as one of 3 steps. The other steps are bash scripts

Copy link
Author

Choose a reason for hiding this comment

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

For my use case I need to run some more scripts on Jenkins. So I start this image as a slave and run the linting as one of 3 steps. The other steps are bash scripts

Copy link
Owner

Choose a reason for hiding this comment

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

@jomach this is the build image. Anything added here will not be present in the final image. bash should be added on line 32

@cytopia
Copy link
Owner

cytopia commented Mar 22, 2020

Closing in favour of: #18

@cytopia cytopia closed this Mar 22, 2020
@jomach jomach deleted the feature/addBash branch March 25, 2020 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Install bash
2 participants