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

Update Dockerfile to fix H7RF builds. #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AlessandroAU
Copy link

The H7RF target (and possibly others?) needs the xxd utility. This is not included in the current Docker file. I was not able to include xxd directly for some reason, but it is included as part of vim-common.

image

adds vim-common which includes xxd, this is needed to build the H7RF target.
@haslinghuis
Copy link
Member

@AlessandroAU did you try:

FROM ubuntu:16.04
COPY xxd /usr/bin/xxd

Also maybe we should update Ubuntu to 20.04.

@AlessandroAU
Copy link
Author

I think I tried that and it wasn't able to find the package.

@hydra
Copy link

hydra commented Nov 1, 2021

btw, this isn't specific to the H7RF, it's specific to all the EXST targets, such as the SPRacingH7EXTREME/NANO/ZERO

@stale
Copy link

stale bot commented Apr 17, 2022

This issue / pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within a week.

@stale stale bot added the Inactive label Apr 17, 2022
@stale stale bot removed the Inactive label Apr 17, 2022
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.

3 participants