Skip to content

Commit

Permalink
chore: Fix Dockerfile deps
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Feb 24, 2024
1 parent 99e3229 commit 04121fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.r-debug-strictbarrier
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM wch1/r-debug

WORKDIR /root

COPY docker/r-debug.sh docker/deps.R DESCRIPTION .
COPY docker/r-debug-strictbarrier.sh docker/deps.R DESCRIPTION .

RUN ./r-debug-strictbarrier.sh

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.r-debug-threadcheck
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM wch1/r-debug

WORKDIR /root

COPY docker/r-debug.sh docker/deps.R DESCRIPTION .
COPY docker/r-debug-threadcheck.sh docker/deps.R DESCRIPTION .

RUN ./r-debug-threadcheck.sh

Expand Down

0 comments on commit 04121fa

Please sign in to comment.