Commit 5bc784f1 authored by Dolfly's avatar Dolfly
Browse files

Update Dockerfile

parent f7f9bf5b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
FROM ubuntu:14.04
RUN apt-get update \
	&& apt-get install -y curl \
	&& rm -rf /var/lib/apt/lists/*