Split the examples into subfolders

pull/125/head
Tilo Spannagel 9 years ago
parent fb58bbb039
commit 60ac9b728e
No known key found for this signature in database
GPG Key ID: B89F1626A58E1429

@ -1,4 +1,5 @@
FROM nextcloud:apache
RUN apt-get update \
&& apt-get install -y libc-client-dev libkrb5-dev \
&& rm -rf /var/lib/apt/lists/* \

@ -1,2 +1,3 @@
FROM nextcloud:apache
RUN apt-get update && apt-get install -y smbclient && rm -rf /var/lib/apt/lists/*
Loading…
Cancel
Save