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
roundcube
Commits
ff960bc9
Commit
ff960bc9
authored
Aug 17, 2020
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reset dependency to master branch
parent
225be448
Pipeline
#7493
passed with stages
in 3 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Dockerfile
Dockerfile
+1
-2
No files found.
Dockerfile
View file @
ff960bc9
...
...
@@ -6,7 +6,7 @@ ADD . /build
RUN
apt-get
-q
update
&&
env
DEBIAN_FRONTEND
=
noninteractive apt-get
-qy
install
--no-install-recommends
bash curl make patch rsync default-jre-headless wget unzip
RUN
/build/install-roundcube
--version
=
${
RC_VERSION
}
--destdir
=
/build/src build
&&
echo
${
RC_VERSION
}
>
/build/src/.rc_version
FROM
registry.git.autistici.org/ai3/docker/apache2-php-base:
bu
ster
FROM
registry.git.autistici.org/ai3/docker/apache2-php-base:
ma
ster
COPY
conf /tmp/conf
COPY
build.sh /tmp/build.sh
...
...
@@ -14,4 +14,3 @@ COPY start.sh /start.sh
COPY
--from=build /build/src /var/www/webmail
RUN
/tmp/build.sh
&&
rm
-fr
/tmp/build.sh /tmp/conf
ENTRYPOINT
["/usr/local/bin/chaperone"]
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