Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maxheld83 committed Nov 25, 2024
1 parent 221ee8e commit 01f1272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ RUN pip3 install --no-cache-dir \
radian
SHELL ["Rscript", "-e"]

ARG R_DEPS_DEVTIME="usethis, languageserver, servr"
# when list of devtime dep pkgs changes,
ARG R_DEPS_DEVTIME="usethis, languageserver, servr"
# when list of devtime dep pkgs changes,
# apt-get update needs to run again,
# to ensure that apt-get install emitted by pak work
RUN ["/bin/bash", "-c", "apt-get update"]
Expand Down

0 comments on commit 01f1272

Please sign in to comment.