Use custom docker image with libvips installed in CI
This commit is contained in:
parent
dfcdbec0dd
commit
b810e27480
@ -17,7 +17,7 @@ steps:
|
|||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
- name: rspec
|
- name: rspec
|
||||||
image: guildeducation/rails:2.7.2-14.20.0
|
image: gitea.kosmos.org/kosmos/akkounts-ci:0.1.0
|
||||||
environment:
|
environment:
|
||||||
RAILS_ENV: test
|
RAILS_ENV: test
|
||||||
REDIS_URL: redis://redis:6379/0
|
REDIS_URL: redis://redis:6379/0
|
||||||
|
4
ci/Dockerfile
Normal file
4
ci/Dockerfile
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# syntax=docker/dockerfile:1
|
||||||
|
FROM guildeducation/rails:2.7.2-14.20.0
|
||||||
|
|
||||||
|
RUN apt-get update -qq && apt-get install -y --no-install-recommends ldap-utils libvips
|
Loading…
x
Reference in New Issue
Block a user