mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Added packages for network mounts
This commit is contained in:
@@ -4,8 +4,10 @@ RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
bindfs \
|
||||
git-lfs \
|
||||
nfs-common \
|
||||
&& apt-get install -y --no-install-recommends samba \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# `bindfs` requires the mountpoint to exist.
|
||||
ARG MOUNTPOINT='/repos.rw'
|
||||
RUN mkdir -p "$MOUNTPOINT"
|
||||
ARG BINDFS_MOUNTPOINT='/repos.rw'
|
||||
RUN mkdir -p "$BINDFS_MOUNTPOINT"
|
||||
|
||||
Reference in New Issue
Block a user