From 5cd2569407fed07f1b90c7a40820fb4f5f94c518 Mon Sep 17 00:00:00 2001 From: Felddy Date: Thu, 6 Jun 2019 15:08:58 -0400 Subject: [PATCH] Remove branch checkout --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4f844ce..033fe0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,8 +15,8 @@ openssl \ py-pip WORKDIR ${CISA_HOME} -# TODO remove branch -RUN git clone --branch improvement/data https://github.com/cisagov/skeleton-python-library.git . && \ + +RUN git clone https://github.com/cisagov/skeleton-python-library.git . && \ pip install --requirement requirements.txt && \ ln -snf /run/secrets/quote.txt src/example/data/secret.txt