Skip to content

Conversation

@fbarbe00
Copy link
Contributor

Also removes unnecessary app dependency

Also removes unnecessary app dependency

# Install app dependencies
RUN apk add --no-cache sed nodejs && \
RUN apk add --no-cache npm && \
Copy link
Member

Choose a reason for hiding this comment

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

sed still required at this step.

Suggested change
RUN apk add --no-cache npm && \
RUN apk add --no-cache sed npm && \

Copy link
Contributor Author

Choose a reason for hiding this comment

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

What is sed used for? I just built the image without sed (exactly as it is in this version, from this branch) and everything seems to work fine.

Copy link
Member

Choose a reason for hiding this comment

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

Ok. I see in the git history, that sed was required before, but removed, and no more required.

But the README.md also ask to install sed. I think we can also remove it fro there.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

just pushed a change

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.

2 participants