Skip to content

Commit

Permalink
fix faulty copy of etc and tools folders
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeerman committed Jul 16, 2019
1 parent 14f0fb0 commit a1bb611
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ RUN mkdir -p \

COPY .pep8 .pep8
COPY .flake8 .flake8
COPY pylintrc /etc/pylintrc
RUN cp -r /tmp/rucio/etc etc
RUN cp -r /tmp/rucio/tools tools
COPY pylintrc etc/pylintrc
RUN cp -r /tmp/rucio/etc .
RUN cp -r /tmp/rucio/tools .

RUN pip install --upgrade pip && pip install --upgrade setuptools
RUN rm -rf /usr/lib/python2.7/site-packages/ipaddress*
Expand Down

0 comments on commit a1bb611

Please sign in to comment.