Skip to content

Commit

Permalink
include git in docker image for the very popular community plugin obs…
Browse files Browse the repository at this point in the history
…idian git (sytone#41)

* feat: add git to amd64
* feat: add git to arm64
  • Loading branch information
sytone committed Jan 8, 2023
1 parent 11d0099 commit 8d92f3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ RUN \
# Update and install extra packages.
apt-get update && \
apt-get install -y --no-install-recommends \
# Explicitly install git. Issue #36
git \
# Packages needed to download and extract obsidian.
curl \
libnss3 \
Expand Down
2 changes: 2 additions & 0 deletions dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ RUN \
# Update and install extra packages.
apt-get update && \
apt-get install -y --no-install-recommends \
# Explicitly install git. Issue #36
git \
# Packages needed to download and extract obsidian.
curl \
libnss3 \
Expand Down

0 comments on commit 8d92f3f

Please sign in to comment.