We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a8d983 + ef50ad8 commit b7da45fCopy full SHA for b7da45f
Dockerfilei386
@@ -1,13 +1,11 @@
1
#
2
# This dockerfile is used to build the 32bit linux binary
3
4
-FROM i386/ubuntu:18.04
+FROM i386/python:3.6-slim
5
6
RUN apt-get update \
7
&& apt-get install -y \
8
- python3 \
9
- python3-dev \
10
- python3-pip
+ binutils
11
12
# Install this before PyInstaller
13
RUN python3 -m pip install setuptools
HISTORY.rst
@@ -6,6 +6,7 @@ History
-------------------
* Current unstable version
+* Reduced Docker image and Binary size
* Added bare and json outputs to license command
1.10.0 (2020-12-20)
0 commit comments