Created
October 28, 2017 13:21
-
-
Save alpham/9e41ae63df9a7413ef25588f25a8150c to your computer and use it in GitHub Desktop.
Dockerfile to solve the lang error for odoo:11.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM odoo:11.0 | |
ENV LANG C.UTF-8 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment