5 lines
158 B
Docker
5 lines
158 B
Docker
# 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
|