Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ejabberd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ai3
docker
ejabberd
Commits
a474a8b4
Commit
a474a8b4
authored
4 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Ship our keyring, do not require curl
parent
ff089f27
No related branches found
No related tags found
No related merge requests found
Pipeline
#10058
passed
4 years ago
Stage: build
Changes
4
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
Dockerfile
+1
-0
1 addition, 0 deletions
Dockerfile
LICENSE
+622
-0
622 additions, 0 deletions
LICENSE
build.sh
+1
-4
1 addition, 4 deletions
build.sh
deb_autistici_org.gpg
+0
-0
0 additions, 0 deletions
deb_autistici_org.gpg
with
624 additions
and
4 deletions
Dockerfile
+
1
−
0
View file @
a474a8b4
FROM
debian:stable-slim
FROM
debian:stable-slim
COPY
build.sh /tmp/build.sh
COPY
build.sh /tmp/build.sh
COPY
deb_autistici_org.gpg /etc/apt/trusted.gpg.d/
RUN
/tmp/build.sh
&&
rm
/tmp/build.sh
RUN
/tmp/build.sh
&&
rm
/tmp/build.sh
...
...
This diff is collapsed.
Click to expand it.
LICENSE
0 → 100644
+
622
−
0
View file @
a474a8b4
This diff is collapsed.
Click to expand it.
build.sh
+
1
−
4
View file @
a474a8b4
...
@@ -28,12 +28,9 @@ fi
...
@@ -28,12 +28,9 @@ fi
set
-x
set
-x
set
-e
set
-e
# Install the main A/I package repositories.
# Install the packages.
install_packages curl gnupg
echo
"deb http://deb.autistici.org/urepo ai3/"
>
/etc/apt/sources.list.d/ai3.list
echo
"deb http://deb.autistici.org/urepo ai3/"
>
/etc/apt/sources.list.d/ai3.list
curl
-s
http://deb.autistici.org/repo.key | apt-key add -
apt-get
-q
update
apt-get
-q
update
install_packages
${
PACKAGES
}
install_packages
${
PACKAGES
}
# Remove requirement for a specific ejabberd user.
# Remove requirement for a specific ejabberd user.
...
...
This diff is collapsed.
Click to expand it.
deb_autistici_org.gpg
0 → 100644
+
0
−
0
View file @
a474a8b4
File added
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment