gitlab.com/sparetimecoders/build-tools@v0.1.0/Dockerfile (about)

     1  FROM debian:stretch-slim
     2  
     3  RUN apt-get update && \
     4      apt-get install -y ca-certificates && \
     5      useradd -m -u 1001 vsts_VSTSContainer
     6  
     7  #WORKDIR /usr/local/bin
     8  
     9  COPY build push /usr/local/bin/
    10  
    11  #ENV BUILD_TOOLS_PATH=/usr/local/bin