We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc29f1 commit 14eb6f6Copy full SHA for 14eb6f6
.circleci/config.yml
@@ -32,6 +32,12 @@ commands:
32
keys:
33
- bundler-dependencies-{{ checksum "Gemfile.lock" }}
34
- bundler-dependencies-
35
+ - run:
36
+ name: Install apt and vips buildpack dependencies
37
+ command: |
38
+ cd spec/dummy/
39
+ xargs -a Aptfile sudo apt-get install
40
+ sudo apt-get install libvips
41
- run:
42
name: Install bundle dependencies
43
command: |
spec/dummy/Aptfile
@@ -0,0 +1,5 @@
1
+libglib2.0-0
2
+libglib2.0-dev
3
+libpoppler-glib8
4
+libwebp-dev
5
+webp
0 commit comments