Skip to content

Commit

Permalink
Add Obsidian 1.4.13 + git (for git plugin) (sytone#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
alangrafu authored Sep 26, 2023
1 parent 4f75496 commit f0198a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ LABEL maintainer="github@sytone.com" \
# Update and install extra packages.
RUN echo "**** install packages ****" && \
apt-get update && \
apt-get install -y --no-install-recommends curl libgtk-3-0 libnotify4 libatspi2.0-0 libsecret-1-0 libnss3 desktop-file-utils fonts-noto-color-emoji && \
apt-get install -y --no-install-recommends curl libgtk-3-0 libnotify4 libatspi2.0-0 libsecret-1-0 libnss3 desktop-file-utils fonts-noto-color-emoji git ssh-askpass && \
apt-get autoclean && rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*

# Set version label
ARG OBSIDIAN_VERSION=1.3.5
ARG OBSIDIAN_VERSION=1.4.13

# Download and install Obsidian
RUN echo "**** download obsidian ****" && \
Expand Down

0 comments on commit f0198a6

Please sign in to comment.