UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

btfl-soup - master/58494

Closed adi daud requested to merge 1.0.1.58494-feature-branch into development
3 files
+ 12
16
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 5
8
@@ -5,24 +5,21 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
COPY requirements.txt .
USER root
RUN mkdir ./pip-pkgs
COPY *.* ./pip-pkgs/
USER root
RUN dnf install -y --nodocs python3-devel gcc gcc-c++ make wget git && \
pip install -r requirements.txt && \
pip install --no-cache-dir --no-index --find-links ./pip-pkgs/ -r requirements.txt && \
dnf remove -y python3-devel gcc gcc-c++ make wget git platform-python-pip && \
dnf clean all && \
rm -rf /var/cache/dnf && \
rm -rf ./pip-pkgs
ENV DOCKER_IMAGE='demisto/btfl-soup:1.0.1.33627'
ENV DOCKER_IMAGE_IRONBANK='opensource/palo-alto-networks/demisto/btfl-soup:1.0.1.33627'
ENV DOCKER_IMAGE='demisto/btfl-soup:1.0.1.58494'
USER demisto
ENV DOCKER_IMAGE_IRONBANK='opensource/palo-alto-networks/demisto/btfl-soup:1.0.1.58494'
HEALTHCHECK NONE
HEALTHCHECK NONE
\ No newline at end of file
Loading