Skip to content

Commit bb1f364

Browse files
authored
add python3-dev (#2848)
* add python3-dev * Update Dockerfile.prebuilt
1 parent 6685c34 commit bb1f364

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile.prebuilt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ARG PYTHON=python3
1616
RUN apt-get update -y && \
1717
apt-get upgrade -y && \
1818
apt-get install -y --no-install-recommends --fix-missing \
19+
${PYTHON}-dev \
1920
${PYTHON} \
2021
${PYTHON}-pip
2122

0 commit comments

Comments
 (0)