- README: Update to reference what people can do at the moment
- Dockerfile: Use more idiomatic apt-get instructions
- Makefile: Clarify targets
The last one caught me off-guard, i kept re-building the images.
Related T1443
Differential D805
docker-compose: Add the service dependencies ardumont on Dec 12 2018, 5:53 PM. Authored by
Details
The last one caught me off-guard, i kept re-building the images. Related T1443
Diff Detail
Event Timeline
Comment Actions
Yes, i agree but in that case...
Yes, but in regards to stuff fetching from the internet moving targets (pypi, npm), that's not caching anything. I'm in the middle of building the swh-web one and that's not caching those steps. Also, note that for now, in the current master, there are only 3 containers.
I'm curious, how so? Comment Actions val@particle /tmp cat Makefile %: echo $@ val@particle /tmp make a b c d e f -j echo a echo b echo c echo d echo e a echo f d c f e b Comment Actions
In the end, i got a local problem which was the reason.
While that will still be true, let's just see if that poses a problem first! |