6 lines
139 B
Makefile
6 lines
139 B
Makefile
build:
|
|
docker build --network=mope --build-arg http_proxy=http://urika:3142 --tag sid-sources-list .
|
|
|
|
clean:
|
|
docker rmi sid-sources-list
|