Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
e0dfc818
Unverified
Commit
e0dfc818
authored
4 years ago
by
Henrik Karlsson
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
chore: Install a newer version of git in the vscode devcontainer to fix failing tests (#9131)
parent
a45c5f3a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.devcontainer/Dockerfile
+6
-1
6 additions, 1 deletion
.devcontainer/Dockerfile
with
6 additions
and
1 deletion
.devcontainer/Dockerfile
+
6
−
1
View file @
e0dfc818
...
...
@@ -2,6 +2,11 @@ FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0.157.0-14@sha256:98
# see https://mcr.microsoft.com/v2/vscode/devcontainers/typescript-node/tags/list for tags
# Add missing Renovate dev tools
RUN
DEBIAN_FRONTEND
=
noninteractive apt-get update
\
# Renovate requires git version 2.22+, while Debian Buster only ships version 2.20.
# The backports repository contains newer versions of git, which we'll use instead.
RUN
echo
'deb http://deb.debian.org/debian buster-backports main'
>
/etc/apt/sources.list.d/backports.list
\
&&
DEBIAN_FRONTEND
=
noninteractive apt-get update
\
&&
apt-get
-y
install
--no-install-recommends
build-essential git/buster-backports
\
&&
apt-get
-y
install
--no-install-recommends
--no-upgrade
build-essential
\
&&
rm
-rf
/var/lib/apt/lists/
*
This diff is collapsed.
Click to expand it.
Botaniker (Bot)
@botaniker
mentioned in commit
17de9315
·
4 years ago
mentioned in commit
17de9315
mentioned in commit 17de9315558c59a3ff6ef396a9204b6dc0a24953
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment