Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
odoo_docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Container registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Le Filament
odoo_docker
Commits
79fbcd48
Commit
79fbcd48
authored
5 years ago
by
remi-filament
Browse files
Options
Downloads
Patches
Plain Diff
Update Werkzeug to 0.14.1
https://github.com/odoo/odoo/commit/73363e24e5f715b5fd043583da9d92a2a093c3a3
parent
43991484
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
10.0.Dockerfile
+1
-1
1 addition, 1 deletion
10.0.Dockerfile
12.0.Dockerfile
+1
-1
1 addition, 1 deletion
12.0.Dockerfile
with
2 additions
and
2 deletions
10.0.Dockerfile
+
1
−
1
View file @
79fbcd48
...
@@ -46,7 +46,7 @@ RUN set -x; \
...
@@ -46,7 +46,7 @@ RUN set -x; \
apt-get install -y --no-install-recommends ${APT_DEPS} &&\
apt-get install -y --no-install-recommends ${APT_DEPS} &&\
curl https://bootstrap.pypa.io/get-pip.py | python /dev/stdin &&\
curl https://bootstrap.pypa.io/get-pip.py | python /dev/stdin &&\
pip install -I -r https://raw.githubusercontent.com/OCA/OCB/10.0/requirements.txt &&\
pip install -I -r https://raw.githubusercontent.com/OCA/OCB/10.0/requirements.txt &&\
pip install simplejson WTForms &&\
pip install simplejson WTForms
Werkzeug==0.14.1
&&\
apt-get -y purge ${APT_DEPS} &&\
apt-get -y purge ${APT_DEPS} &&\
apt-get -y autoremove &&\
apt-get -y autoremove &&\
rm -rf /var/lib/apt/lists/* wkhtmltox.deb
rm -rf /var/lib/apt/lists/* wkhtmltox.deb
...
...
This diff is collapsed.
Click to expand it.
12.0.Dockerfile
+
1
−
1
View file @
79fbcd48
...
@@ -41,7 +41,7 @@ RUN set -x; \
...
@@ -41,7 +41,7 @@ RUN set -x; \
apt-get
install
-y
--no-install-recommends
${
APT_DEPS
}
&&
\
apt-get
install
-y
--no-install-recommends
${
APT_DEPS
}
&&
\
curl https://bootstrap.pypa.io/get-pip.py | python3 /dev/stdin
&&
\
curl https://bootstrap.pypa.io/get-pip.py | python3 /dev/stdin
&&
\
pip
install
-I
-r
https://raw.githubusercontent.com/OCA/OCB/12.0/requirements.txt
&&
\
pip
install
-I
-r
https://raw.githubusercontent.com/OCA/OCB/12.0/requirements.txt
&&
\
pip
install
simplejson WTForms zxcvbn
&&
\
pip
install
simplejson WTForms zxcvbn
phonenumbers
Werkzeug
==
0.14.1
&&
\
apt-get
-y
purge
${
APT_DEPS
}
&&
\
apt-get
-y
purge
${
APT_DEPS
}
&&
\
apt-get
-y
autoremove
&&
\
apt-get
-y
autoremove
&&
\
rm
-rf
/var/lib/apt/lists/
*
wkhtmltox.deb
rm
-rf
/var/lib/apt/lists/
*
wkhtmltox.deb
...
...
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