We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--no-install-recommends
1 parent 609bb0a commit acc9f96Copy full SHA for acc9f96
Dockerfile
@@ -1,7 +1,8 @@
1
-ARG NEXTCLOUD_VERSION
2
-FROM nextcloud:${NEXTCLOUD_VERSION}
+#ARG NEXTCLOUD_VERSION
+#FROM nextcloud:${NEXTCLOUD_VERSION}
3
+FROM nextcloud:31
4
-RUN apt-get update && apt-get install -yq \
5
+RUN apt-get update && apt-get install --no-install-recommends -yq \
6
git \
7
sudo \
8
vim \
0 commit comments