mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
9d2d158532
- Change the build flow to use docker multi-stage builds
5 lines
155 B
Plaintext
5 lines
155 B
Plaintext
FROM hasura/haskell-docker-packager:1.1
|
|
MAINTAINER vamshi@34cross.in
|
|
|
|
RUN apt-get update && apt-get install -y libpq5 upx \
|
|
&& rm -rf /var/lib/apt/lists/* |