Skip to content

Commit b7da45f

Browse files
authored
Merge pull request #328 from PeterDaveHello/RefactorDockerfile
Simplify Dockerfilei386 by using i386/python base image
2 parents 4a8d983 + ef50ad8 commit b7da45f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-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

HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ History
66
-------------------
77

88
* Current unstable version
9+
* Reduced Docker image and Binary size
910
* Added bare and json outputs to license command
1011

1112
1.10.0 (2020-12-20)

0 commit comments

Comments
 (0)