Changed the image reference

This commit is contained in:
Michele Cereda
2022-09-18 11:02:10 +02:00
parent c833a4515f
commit bd3fb23a7a
2 changed files with 14 additions and 14 deletions

View 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"