We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085c2e3 commit f330e8bCopy full SHA for f330e8b
.devcontainer/Dockerfile
@@ -4,8 +4,9 @@ USER root
4
5
# Setup oh-my-zsh
6
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
7
- && apt-get -y install --no-install-recommends zsh vim \
+ && apt-get -y install --no-install-recommends zsh vim git-lfs \
8
&& rm -rf /var/lib/apt/lists/* \
9
+ && git lfs install \
10
&& chsh -s $(which zsh) superchain
11
12
# Required, otherwise shell is extermly slow due the size of the aws-cdk
0 commit comments