Skip to content

Commit

Permalink
fix: remove python-dev from dockerfile build (pinterest#1098)
Browse files Browse the repository at this point in the history
* fix: remove python-dev from dockerfile build

* dummy comment

* remove for github actions
  • Loading branch information
czgu authored Dec 8, 2022
1 parent a18cc93 commit 12520df
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pythontests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
libsasl2-dev
libsasl2-modules
build-essential
python-dev
libssl-dev
libldap2-dev
- uses: actions/setup-python@v2
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ RUN rm -rf /var/lib/apt/lists/* \
libsasl2-dev \
libsasl2-modules \
build-essential \
python-dev \
libssl-dev \
libldap2-dev \
&& curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
Expand Down
2 changes: 1 addition & 1 deletion querybook/server/app/flask_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def make_socketio(app):


def make_blue_print(app, limiter):
# Have flask automatically return the files within build, so that it gzips them
# Have flask automatically return the files within the build, so that it gzips them
# and handles its 200/304 logic.
blueprint = Blueprint(
"static_build_files",
Expand Down

0 comments on commit 12520df

Please sign in to comment.