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
c4ffc7b1
Commit
c4ffc7b1
authored
Jan 02, 2020
by
ale
Browse files
Upgrade to RC 1.4.2
parent
6d5f2055
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
c4ffc7b1
FROM
debian:stable
AS
build
ENV
RC_VERSION=1.4.
1
ENV
RC_VERSION=1.4.
2
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 @
c4ffc7b1
# Which Roundcube version to install.
RC_VERSION
=
1.4.
1
RC_VERSION
=
1.4.
2
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