Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai3
docker
roundcube
Commits
7a4f5cfd
Commit
7a4f5cfd
authored
Apr 29, 2020
by
godog
Browse files
Roundcube 1.4.4
parent
2deeb901
Pipeline
#6663
passed with stage
in 2 minutes and 40 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
7a4f5cfd
FROM
debian:stable
AS
build
ENV
RC_VERSION=1.4.
3
ENV
RC_VERSION=1.4.
4
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
...
...
Makefile
View file @
7a4f5cfd
# Which Roundcube version to install.
RC_VERSION
=
1.4.
3
RC_VERSION
=
1.4.
4
TARGET
=
./build
...
...
Write
Preview
Supports
Markdown
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