Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Алекс
Docker_nextcloud
Commits
59ca541b
Commit
59ca541b
authored
3 weeks ago
by
dev_site
Browse files
Options
Download
Email Patches
Plain Diff
link
parent
7148a4fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile-debian
Dockerfile-debian
+1
-1
No files found.
Dockerfile-debian
View file @
59ca541b
...
...
@@ -161,7 +161,7 @@ RUN set -ex; \
apt-get install -y --no-install-recommends $fetchDeps; \
\
curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/latest-21.tar.bz2"; \
curl -fsSL -o nextcloud.tar.bz2.asc "latest-21.tar.bz2.asc"; \
curl -fsSL -o nextcloud.tar.bz2.asc "
https://download.nextcloud.com/server/releases/
latest-21.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment