1 2 3 4 5 6 7 8
# A lightweight image used for tests FROM ubuntu:latest RUN apt-get update && apt install git -y --no-install-recommends COPY . /app WORKDIR /app