José Eduardo Montenegro Cavalcanti de Oliveira

Results 25 comments of José Eduardo Montenegro Cavalcanti de Oliveira

Try add python to the .travis.yml python: - "3.8"

@falkTX great to hear about Actions, How this python dependency could be solved? Can we make it call any python version?

@Houston4444 would be nice to have a benchmark showing the time gained in milliseconds and as percentage

@falkTX thats why i asked for some benchmark, so you could evaluate the ROI

I think this video might help you guys:

> I made it with alpine os image, and alpine itself had /bin/bash. > Also the wait shell script I downloaded and added it to the current source file folder....

@Its-Alex I believe it would be even ligther if simply copy or download the built binary to the final image Example: ```dockerfile FROM any-distro COPY mystuff in-my-image RUN my-crazy-commands RUN...

Oh sorry. I confused the issues

> @ufoscout The lightweight image has possible, like alpine or even scratch if possible. My aim is to use this image with configurations where I can't modify docker container and...

@Its-Alex The solution provided by @minho-comcom-ai solved your needs?