Skip to content

Commit

Permalink
chore: add git-lfs to codespace docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Nov 26, 2024
1 parent b8d7ce4 commit eef93dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get update && \
build-essential gnupg2 tar git zsh libssl-dev zlib1g-dev libyaml-dev \
imagemagick libjpeg-dev libpng-dev libtiff-dev libwebp-dev \
tzdata \
vim git-flow tig tmux
vim git-lfs tig tmux

# Install postgresql-client-16
RUN curl -1sLf 'https://www.postgresql.org/media/keys/ACCC4CF8.asc' | gpg --dearmor -o /etc/apt/trusted.gpg.d/postgresql.gpg && \
Expand Down Expand Up @@ -46,7 +46,7 @@ ENV RUBY_YJIT_ENABLE=true
ENV PATH "${ASDF_DIR}/bin:${ASDF_DIR}/shims:$PATH"
RUN git clone --quiet https://github.com/asdf-vm/asdf.git ${ASDF_DIR} && \
echo ". ${ASDF_DIR}/asdf.sh" >> ~/.bashrc && \
sed -i -E "s/^plugins=\(.+\)$/plugins=(debian asdf git git-flow tmux yarn ruby gem bundler rails)/g" ~/.zshrc
sed -i -E "s/^plugins=\(.+\)$/plugins=(debian asdf git tmux npm yarn ruby gem bundler rails)/g" ~/.zshrc

RUN asdf plugin add nodejs && \
asdf install nodejs $NODEJS_VERSION && \
Expand Down

0 comments on commit eef93dc

Please sign in to comment.