Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai3
docker
mailman
Commits
2f3cb03b
Commit
2f3cb03b
authored
May 10, 2020
by
godog
Committed by
ale
May 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch to Buster
Add python-wheel dependency for mailman-api
parent
322564a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
12 deletions
+13
-12
Dockerfile
Dockerfile
+1
-1
build.sh
build.sh
+12
-11
No files found.
Dockerfile
View file @
2f3cb03b
FROM
registry.git.autistici.org/ai3/docker/apache2-base:
ma
ster
FROM
registry.git.autistici.org/ai3/docker/apache2-base:
bu
ster
COPY
conf /tmp/conf
COPY
build.sh /tmp/build.sh
...
...
build.sh
View file @
2f3cb03b
...
...
@@ -6,30 +6,31 @@
# Packages that are only used to build the site. These will be
# removed once we're done.
BUILD_PACKAGES
=
"
git
rsync
git
rsync
"
# Packages required to serve the website and run the services, in
# addition to those already installed by the base apache2 image.
PACKAGES
=
"
mailman
locales
python-pip
python-setuptools
python-flask
ai-sso-python
findutils
mailman
locales
python-pip
python-setuptools
python-flask
python-wheel
ai-sso-python
findutils
"
# Apache modules to enable.
APACHE_MODULES_ENABLE
=
"
cgi
cgi
"
# Sites to enable.
APACHE_SITES
=
"
mailman
mailman
"
# The default bitnami/minideb image defines an 'install_packages'
...
...
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