Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 720a1dd

Browse files
committed
updated image
1 parent 5b5ae88 commit 720a1dd

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.devcontainer/Dockerfile

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
# this image is built and updated weekly
2-
# https://github.com/retaildevcrews/codespaces-images
3-
FROM ghcr.io/retaildevcrews/kind:latest
2+
# https://github.com/cse-labs/codespaces-images
3+
FROM ghcr.io/cse-labs/kind:latest
44

55
# some images require specific values
66
ARG USERNAME=vscode
77
ENV PATH $PATH:/home/${USERNAME}/.dapr/bin
8-
9-
# [Optional] Uncomment this section to install additional OS packages.
10-
# alternatively, you can add commands to on-create.sh and/or post-create.sh
11-
# on-create runs before the Codespaces UI appears
12-
# post-create runs in the background after the UI appears
13-
# RUN apt-get -y install --no-install-recommends <your-package-list-here>
14-
15-
# upgrade packages
16-
# you can improve startup time by runing in post-create.sh
17-
# RUN apt upgrade -y

0 commit comments

Comments
 (0)