Skip to content

Commit 45586fe

Browse files
author
varpon
committed
feat: add FreeBSD-ssh package to allow git over ssh
1 parent 8d02895 commit 45586fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ARG FREEBSD_ARCH=amd64
7979
ARG APP_VERSION=""
8080
ARG UPSTREAM_URL="https://registry.npmjs.org/code-server/latest"
8181
ARG UPSTREAM_JQ=".version"
82-
ARG PACKAGES="node22 npm-node22 ca_root_nss libinotify doas python3 gmake gcc llvm FreeBSD-clang FreeBSD-toolchain git ripgrep"
82+
ARG PACKAGES="node22 npm-node22 ca_root_nss libinotify doas python3 gmake gcc llvm FreeBSD-clang FreeBSD-toolchain git FreeBSD-ssh ripgrep"
8383

8484
LABEL org.opencontainers.image.title="code-server" \
8585
org.opencontainers.image.description="code-server on FreeBSD." \

Containerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ ARG FREEBSD_ARCH=amd64
7373
ARG APP_VERSION=""
7474
ARG UPSTREAM_URL="https://registry.npmjs.org/code-server/latest"
7575
ARG UPSTREAM_JQ=".version"
76-
ARG PACKAGES="node22 npm-node22 ca_root_nss libinotify doas python3 gmake gcc llvm FreeBSD-clang FreeBSD-toolchain git ripgrep"
76+
ARG PACKAGES="node22 npm-node22 ca_root_nss libinotify doas python3 gmake gcc llvm FreeBSD-clang FreeBSD-toolchain git FreeBSD-ssh ripgrep"
7777

7878
LABEL org.opencontainers.image.title="code-server" \
7979
org.opencontainers.image.description="code-server on FreeBSD." \

0 commit comments

Comments
 (0)