Skip to content

Commit

Permalink
R installation is now directly performed in the Dockerfile, not as a …
Browse files Browse the repository at this point in the history
…postCreateCommand
  • Loading branch information
programLyrique committed Jan 15, 2025
1 parent f854511 commit 3c7db97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ RUN apt update -y \
RUN curl -fsSL -o /opt/llvm.sh https://apt.llvm.org/llvm.sh \
&& chmod +x /opt/llvm.sh \
&& /opt/llvm.sh "$LLVM_VERSION"

# Install R
RUN make setup
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
// the embedded R uses absolute paths
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=cached",
"workspaceFolder": "/workspace",
"postCreateCommand": "make setup",
"customizations": {
"vscode": {
"extensions": [
Expand Down

0 comments on commit 3c7db97

Please sign in to comment.