Skip to content

Commit

Permalink
use the whole git repository in the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed May 21, 2024
1 parent d38cd88 commit 59f4fbd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ ARG BASE_IMAGE

ARG NANSAT_RELEASE

COPY utilities /tmp/utilities
COPY nansat /tmp/nansat
COPY setup.py /tmp/
WORKDIR /tmp
COPY ./* /tmp/nansat/
WORKDIR /tmp/nansat
RUN apt update \
&& apt install -y --no-install-recommends g++ \
&& pip install . \
Expand Down

0 comments on commit 59f4fbd

Please sign in to comment.