Skip to content

Commit d9b124c

Browse files
Simplify Dockerfilei386 by using i386/python base image
1 parent a87898e commit d9b124c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfilei386

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
#
22
# This dockerfile is used to build the 32bit linux binary
33
#
4-
FROM i386/ubuntu:18.04
4+
FROM i386/python:3.6-slim
55

66
RUN apt-get update \
77
&& apt-get install -y \
8-
python3 \
9-
python3-dev \
10-
python3-pip
8+
binutils
119

1210
# Install this before PyInstaller
1311
RUN python3 -m pip install setuptools

0 commit comments

Comments
 (0)