Update docker/bench/Dockerfile
This commit is contained in:
		
							parent
							
								
									5fc77ca81e
								
							
						
					
					
						commit
						9e288db266
					
				|  | @ -1,5 +1,6 @@ | ||||||
| FROM alpine:latest | FROM ubuntu:latest | ||||||
| RUN apk --no-cache add apache2-utils curl ca-certificates bash | RUN apt-get update && apt-get install -y curl apache2-utils bc && rm -rf /var/lib/apt/lists/* | ||||||
| COPY run-ab.sh /run-ab.sh | COPY url_testing.sh /usr/local/bin/url_testing.sh | ||||||
| RUN chmod +x /run-ab.sh | RUN chmod +x /usr/local/bin/run-ab.sh | ||||||
| ENTRYPOINT ["/run-ab.sh"] | RUN mkdir -p /logs | ||||||
|  | CMD ["/usr/local/bin/run-ab.sh"] | ||||||
		Loading…
	
		Reference in New Issue
	
	 colin
						colin