8000 chore(sqlparse): use new release (#12) · agflow/docker-sqlparse@f414463 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 7, 2019. It is now read-only.

Commit f414463

Browse files
clement-agflowferhatelmas
authored andcommitted
chore(sqlparse): use new release (#12)
use pip to install sqlparse in dockerfile
1 parent 3fce479 commit f414463

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM python:alpine
22

3-
RUN apk add --no-cache git=2.18.1-r0
4-
RUN pip install --disable-pip-version-check git+https://github.com/andialbrecht/sqlparse@master
3+
RUN pip install --upgrade sqlparse==0.3
54

65
ENTRYPOINT ["sqlformat"]
76
CMD ["--help"]

0 commit comments

Comments
 (0)
0