Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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)

AltStyle によって変換されたページ (->オリジナル) /