Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Move dev dockerfiles into dockerfiles dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mshriver committed Jul 9, 2019
1 parent 2146903 commit 23e07b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile → dockerfiles/cfme_tests_dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM registry.fedoraproject.org/fedora:26

RUN echo "tsflags=nodocs" >> /etc/yum.conf

COPY docker-assets/google-chrome.repo /etc/yum.repos.d/
COPY ../docker-assets/google-chrome.repo /etc/yum.repos.d/

RUN dnf install -y http://linuxdownload.adobe.com/linux/x86_64/adobe-release-x86_64-1.0-1.noarch.rpm && \
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux && \
Expand Down Expand Up @@ -84,7 +84,7 @@ RUN virtualenv /cfme_venv
RUN echo "source /cfme_venv/bin/activate" >> /root/.bashrc

# Preinstall any python dependencies to keep it in an early layer
COPY requirements/frozen.py2.txt frozen.py2.txt
COPY ../requirements/frozen.py2.txt frozen.py2.txt
RUN /cfme_venv/bin/pip install --no-cache-dir -U pip wheel setuptools_scm docutils && \
/cfme_venv/bin/pip install --no-cache-dir -r frozen.py2.txt --no-binary pycurl && \
rm -rf ~/.cache/pip && \
Expand All @@ -94,7 +94,7 @@ RUN /cfme_venv/bin/pip install --no-cache-dir -U pip wheel setuptools_scm docuti
VOLUME /projects/cfme_env/cfme_vol
WORKDIR /projects/cfme_env/cfme_vol

COPY docker-assets/xstartup /xstartup
COPY docker-assets/entrypoint /entrypoint
COPY ../docker-assets/xstartup /xstartup
COPY ../docker-assets/entrypoint /entrypoint

ENTRYPOINT ["/entrypoint"]
File renamed without changes.
File renamed without changes.

0 comments on commit 23e07b7

Please sign in to comment.