Skip to content

Commit f330e8b

Browse files
committed
install git lfs on dev container
1 parent 085c2e3 commit f330e8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ USER root
44

55
# Setup oh-my-zsh
66
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
7-
&& apt-get -y install --no-install-recommends zsh vim \
7+
&& apt-get -y install --no-install-recommends zsh vim git-lfs \
88
&& rm -rf /var/lib/apt/lists/* \
9+
&& git lfs install \
910
&& chsh -s $(which zsh) superchain
1011

1112
# Required, otherwise shell is extermly slow due the size of the aws-cdk

0 commit comments

Comments
 (0)