Skip to content

Commit

Permalink
add git
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Dec 6, 2023
1 parent 0a8fafd commit 8086703
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
FROM registry.gitlab.com/jangorecki/dockerfiles/r-devel-gcc

RUN apt-get -qq update \
&& apt-get install -y --no-install-recommends git
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"image": "registry.gitlab.com/jangorecki/dockerfiles/r-devel-gcc"
"build": { "dockerfile": "Dockerfile" }
}

0 comments on commit 8086703

Please sign in to comment.