-
Notifications
You must be signed in to change notification settings - Fork 17
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
Docker do not merge #11
base: master
Are you sure you want to change the base?
Conversation
build-base \ | ||
python3 \ | ||
python3-dev \ | ||
# wget dependency | ||
openssl \ | ||
# dev dependencies | ||
bash \ | ||
git \ | ||
py3-pip \ | ||
sudo \ | ||
# Pillow dependencies | ||
freetype-dev \ | ||
fribidi-dev \ | ||
harfbuzz-dev \ | ||
jpeg-dev \ | ||
lcms2-dev \ | ||
openjpeg-dev \ | ||
tcl-dev \ | ||
tiff-dev \ | ||
tk-dev \ | ||
zlib-dev \ | ||
zbar-dev && \ | ||
pip install -r requirements.txt |
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.
TODO: Melhorar essa lista de dependências, pois muitas são desnecessárias.
Acho sensacional. Muito bom! Só tenho duas ressalvas pra gente pensar: (1) como entregar a libsat para equipamentos específicos; (2) se é uma boa ideia mapear |
Até tentei s/ o -d mapeado, mas não consegui: Vou dar uma pesquisada pra ver se descubro algo. O comando usado foi:
|
@danielgoncalves melhor versão que eu consegui. Pelo que falei com o @ananiasfilho realmente é necessário colocar o parâmetro --privileged |
Respondendo a sua pergunta creio que seja viável criar uma imagem de base e uma imagem para cada fabricante que dependa dessa imagem de base. |
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.
Excelente!
Eu avancei um pouco mais nesse PR, amanhã subo os commits que eu esqueci. |
@danielgoncalves já tentou usar com Docker?
Oq vc acha da ideia?
Abraços!