Skip to content

Commit 673a10d

Browse files
committed
chore(docker): ensure pip upgraded in both stages
1 parent ac20bb1 commit 673a10d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ FROM ghcr.io/cal-itp/docker-python-web:main as appcontainer
1818

1919
WORKDIR /home/calitp/app
2020

21+
# upgrade pip
22+
RUN python -m pip install --upgrade pip
23+
2124
ENV FLASK_APP=eligibility_server.app:app
2225

2326
COPY --from=build_wheel /build/dist /build/dist

0 commit comments

Comments
 (0)