Install crudini on the container

This commit is contained in:
Luke Murphy 2020-03-22 17:41:30 +01:00
parent 49355826ef
commit 6d2feaf079
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 8 additions and 7 deletions

View File

@ -6,6 +6,13 @@ COPY . ${WORKDIR}
COPY sbin/* /sbin/
RUN apk --no-cache add mysql-client
RUN apk --no-cache add \
ca-certificates \
mysql-client \
py-pip
RUN pip install --upgrade pip
RUN pip install --no-cache-dir crudini
ENTRYPOINT ["/sbin/entrypoint.sh"]

View File

@ -8,12 +8,6 @@
extensions:
- yml
- name: Install system dependencies
apt:
name: crudini
state: present
become: true
- name: Configure git.autonomic.zone domain
dokku_domains:
app: gitea