mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 03:09:33 -06:00
Add inotify-tools and bash to work with posixFS
The golang inotify package that is used uses bash to start inotifywait. That needs to be fixed, but until than we add bash to the docker container
This commit is contained in:
committed by
Florian Schade
parent
e32842a67a
commit
c708bb5816
@@ -3,7 +3,7 @@ FROM amd64/alpine:3.18
|
||||
ARG VERSION=""
|
||||
ARG REVISION=""
|
||||
|
||||
RUN apk add --no-cache ca-certificates mailcap tree attr curl && \
|
||||
RUN apk add --no-cache ca-certificates mailcap tree attr curl inotify-tools bash && \
|
||||
echo 'hosts: files dns' >| /etc/nsswitch.conf
|
||||
|
||||
LABEL maintainer="ownCloud GmbH <devops@owncloud.com>" \
|
||||
|
||||
@@ -3,7 +3,7 @@ FROM arm64v8/alpine:3.18
|
||||
ARG VERSION=""
|
||||
ARG REVISION=""
|
||||
|
||||
RUN apk add --no-cache ca-certificates mailcap tree attr curl && \
|
||||
RUN apk add --no-cache ca-certificates mailcap tree attr curl inotify-tools bash && \
|
||||
echo 'hosts: files dns' >| /etc/nsswitch.conf
|
||||
|
||||
LABEL maintainer="ownCloud GmbH <devops@owncloud.com>" \
|
||||
|
||||
Reference in New Issue
Block a user