fangohr / octopus-in-docker

Dockerfile for Octopus. Useful for tutorials, OSX, Windows, testing.
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

Fix copy command #42

Closed Berndone closed 1 week ago

Berndone commented 1 week ago

Copy for multiple files must end with an / in the target (from https://docs.docker.com/reference/dockerfile/#source-1). Otherwise building octopus-15.0 (with make/autotools) works fine (I used docker build --build-arg VERSION_OCTOPUS=15.0 . -t octimage:15.0).