Dockerfile: build with OAUTH_CONSUMER_STRATEGIES

This commit is contained in:
Alex Gleason 2022-08-11 18:23:34 -05:00
parent 2edb44789d
commit f30d9d5cbc
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -1,6 +1,8 @@
FROM ubuntu:22.04 as build
ENV MIX_ENV=prod
ENV MIX_ENV=prod \
OAUTH_CONSUMER_STRATEGIES="twitter facebook google microsoft slack github keycloak:ueberauth_keycloak_strategy"
WORKDIR /src
RUN apt-get update &&\