File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3
3
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
4
4
# -------------------------------------------------------------------------------------------------------------
5
5
6
- FROM mcr.microsoft.com/powershell/test-deps:ubuntu-18 .04
6
+ FROM mcr.microsoft.com/powershell/test-deps:ubuntu-22 .04
7
7
8
8
# Avoid warnings by switching to noninteractive
9
9
ENV DEBIAN_FRONTEND=noninteractive
@@ -18,7 +18,9 @@ RUN apt-get update \
18
18
# Clean up
19
19
&& apt-get autoremove -y \
20
20
&& apt-get clean -y \
21
- && rm -rf /var/lib/apt/lists/*
21
+ && rm -rf /var/lib/apt/lists/* \
22
+ && wget https://github.com/twpayne/chezmoi/releases/download/v2.33.1/chezmoi_2.33.1_linux_amd64.deb \
23
+ && apt-get -y install ./chezmoi_2.33.1_linux_amd64.deb
22
24
23
25
# Switch back to dialog for any ad-hoc use of apt-get
24
26
ENV DEBIAN_FRONTEND=dialog
Original file line number Diff line number Diff line change 1
1
{
2
- "image " : " mcr.microsoft.com/powershell/test-deps:ubuntu-22.04 " ,
2
+ "build " : { "dockerfile" : " Dockerfile " } ,
3
3
"features" : {
4
4
"ghcr.io/devcontainers/features/github-cli:1" : {},
5
5
"ghcr.io/devcontainers/features/common-utils:2" : {}
You can’t perform that action at this time.
0 commit comments