Skip to content

Commit

Permalink
Merge pull request #328 from PeterDaveHello/RefactorDockerfile
Browse files Browse the repository at this point in the history
Simplify Dockerfilei386 by using i386/python base image
  • Loading branch information
rafaelpivato committed Dec 27, 2020
2 parents 4a8d983 + ef50ad8 commit b7da45f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfilei386
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
#
# This dockerfile is used to build the 32bit linux binary
#
FROM i386/ubuntu:18.04
FROM i386/python:3.6-slim

RUN apt-get update \
&& apt-get install -y \
python3 \
python3-dev \
python3-pip
binutils

# Install this before PyInstaller
RUN python3 -m pip install setuptools
Expand Down
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b7da45f

Please sign in to comment.