dream icon indicating copy to clipboard operation
dream copied to clipboard

fixes to z-docker-opam example

Open mostafatouny opened this issue 11 months ago • 0 comments

Modifications to Dockerfile fixes the following

json argument and casing.

Screenshot_2025-01-17_13-17-02

missing os package gmp-dev

Screenshot_2025-01-17_13-09-50

/usr/bin not found.

I lost the screenshot ;).

it is recommended to execute binaries using sh or ash in alpine; it has no bash out of the box.

COPY is more readable over ADD.

hello-opam.opam is not in the repo. probably a typo of z-docker-opam.opam file.

Docker compose is mentioned in another example. So we don't use it here.

mostafatouny avatar Jan 17 '25 21:01 mostafatouny