File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Master
4
4
5
- - Unpin Heroku-18 binary build deps
6
5
- Typo fixes
7
6
8
7
--------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1
- FROM heroku/heroku:18-build
1
+ FROM heroku/heroku:18-build.v16
2
2
3
3
WORKDIR /app
4
4
ENV WORKSPACE_DIR="/app/builds" \
@@ -7,7 +7,7 @@ ENV WORKSPACE_DIR="/app/builds" \
7
7
DEBIAN_FRONTEND=noninteractive \
8
8
STACK="heroku-18"
9
9
10
- RUN apt-get update && apt-get install -y python-pip && rm -rf /var/lib/apt/lists/*
10
+ RUN apt-get update && apt-get install --no-install-recommends - y python-pip-whl=9.0.1-2 python-pip=9.0.1-2 python-setuptools python-wheel && rm -rf /var/lib/apt/lists/*
11
11
12
12
COPY requirements.txt /app/
13
13
RUN pip install --disable-pip-version-check --no-cache-dir -r /app/requirements.txt
You can’t perform that action at this time.
0 commit comments