some random changes and fixes

This commit is contained in:
Mendel Greenberg 2019-02-25 23:04:09 -05:00
parent dd8da9a869
commit e13b7121af
No known key found for this signature in database
GPG key ID: B26A7D2DF7DC6EF7
9 changed files with 12 additions and 17 deletions

View file

@ -3,7 +3,7 @@
FROM ubuntu:16.04
LABEL author=frappé
# Generate locale C.UTF-8 for mariadb and general locale data
# Set locale C.UTF-8 for mariadb and general locale data
ENV LANG C.UTF-8
# Install all neccesary packages
@ -31,7 +31,7 @@ COPY --chown=frappe:frappe ./frappe-bench /home/frappe/frappe-bench
USER root
# Install bench
RUN pip install -e git+https://github.com/frappe/bench.git \
RUN pip install -e git+https://github.com/frappe/bench.git#egg=bench \
&& rm -rf ~/.cache/pip
USER frappe

View file

@ -27,3 +27,12 @@ collation-server = utf8mb4_unicode_ci
[mysql]
default-character-set = utf8mb4
[mysqld_safe]
skip_log_error
syslog
[mysqldump]
quick
quote-names
max_allowed_packet = 16M

View file

@ -1,2 +0,0 @@
[mysql]

View file

@ -1,4 +0,0 @@
[mysqld_safe]
skip_log_error
syslog

View file

@ -1,5 +0,0 @@
[mysqldump]
quick
quote-names
max_allowed_packet = 16M

View file

@ -1 +0,0 @@
20

View file

@ -1 +0,0 @@
24

View file

@ -1 +0,0 @@
29

View file

@ -1,4 +1,4 @@
version: '3.3'
version: '3.7'
services:
mariadb:
image: mariadb