all: 
	docker build -t andrewtrotman/build-with-gcc .
	docker push andrewtrotman/build-with-gcc

