Skip to content

Commit

Permalink
replace locale for testing images only
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jul 20, 2021
1 parent d31528c commit 70f2c4b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .docker/docker-compose-testing-oracle.yml
Expand Up @@ -20,3 +20,6 @@ services:
- oracle
env_file:
- docker-variables.env
environment:
- LANG=C.UTF-8
- LC_ALL=en_US.UTF-8
3 changes: 3 additions & 0 deletions .docker/docker-compose-testing-postgres.yml
Expand Up @@ -20,5 +20,8 @@ services:
- postgres
env_file:
- docker-variables.env
environment:
- LANG=C.UTF-8
- LC_ALL=en_US.UTF-8
cap_add:
- NET_ADMIN
4 changes: 4 additions & 0 deletions .docker/docker-compose-testing.yml
Expand Up @@ -17,3 +17,7 @@ services:
# - mssql
env_file:
- docker-variables.env
environment:
- LANG=C.UTF-8
- LC_ALL=en_US.UTF-8

0 comments on commit 70f2c4b

Please sign in to comment.