3 lines
75 B
Docker
3 lines
75 B
Docker
|
FROM ruby:2.6.5
|
||
|
|
||
|
RUN apt-get update && apt-get install -y postgresql-client
|