Skip to content

Commit

Permalink
remove unecessary mkdir -p
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpotts committed Jan 3, 2025
1 parent 2e17b9f commit 6da79e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/almalinux-with-arkouda-deps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ajpotts/almalinux-chapel:1.0.0
USER root


RUN git clone https://github.com/Bears-R-Us/arkouda.git && source ~/.bashrc && cd arkouda && make install-deps DEP_BUILD_DIR=/dep/build && python3 -m pip install -e .[dev] && mkdir -p /dep
RUN git clone https://github.com/Bears-R-Us/arkouda.git && source ~/.bashrc && cd arkouda && make install-deps DEP_BUILD_DIR=/dep/build && python3 -m pip install -e .[dev]


ENTRYPOINT ["/bin/bash", "-l"]

0 comments on commit 6da79e8

Please sign in to comment.