Skip to content

Commit

Permalink
Add ASTRO_CLI env var to flow dockerfile (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
feluelle authored and neel-astro committed Nov 4, 2022
1 parent 6aea0ac commit d5ba8ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/include/dockerfile_content.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import "strings"
var Dockerfile = strings.TrimSpace(`
FROM python:%s-slim-bullseye
ENV ASTRO_CLI Yes
RUN apt-get update -y && apt-get install -y gcc g++ libpq-dev python-dev libssl-dev libffi-dev
RUN pip install astro-sql-cli==%s
Expand Down

0 comments on commit d5ba8ec

Please sign in to comment.