Skip to content

Commit

Permalink
fix: remove unused test section of sar image
Browse files Browse the repository at this point in the history
  • Loading branch information
dgpalmieri authored Dec 20, 2024
1 parent 5e1bf54 commit bf6404c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions images/sar/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,4 @@ RUN python3 -m pip install \
ENV PATH=/usr/local/GMTSAR/bin:$PATH

WORKDIR /home/jovyan
USER jovyan

##########################################

FROM release as testing

COPY tests/* /tests/

RUN bash /tests/*.sh
USER jovyan

0 comments on commit bf6404c

Please sign in to comment.