mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-21 11:04:26 +00:00
Changed the image reference
This commit is contained in:
11
docker/keybaseio-git-client/Dockerfile
Normal file
11
docker/keybaseio-git-client/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM keybaseio/client:stable
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
bindfs \
|
||||
git-lfs \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# `bindfs` requires the mountpoint to exist.
|
||||
ARG MOUNTPOINT='/repos.rw'
|
||||
RUN mkdir -p "$MOUNTPOINT"
|
||||
Reference in New Issue
Block a user