Install crudini on the container
This commit is contained in:
		| @ -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"] | ||||
|  | ||||
| @ -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 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user