Commit 784391da authored by Chris Rose's avatar Chris Rose
Browse files

Update PyInstaller to version 3.2.1

parent d40f337e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ FROM ubuntu:14.04

ENV DEBIAN_FRONTEND noninteractive

ARG PYINSTALLER_VERSION=3.2
ARG PYINSTALLER_VERSION=3.2.1

# install python
RUN set -x \
@@ -27,4 +27,3 @@ COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
+1 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ FROM ubuntu:16.04

ENV DEBIAN_FRONTEND noninteractive

ARG PYINSTALLER_VERSION=3.2
ARG PYINSTALLER_VERSION=3.2.1

# install python
RUN set -x \
@@ -22,4 +22,3 @@ COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
+1 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND noninteractive

ARG WINE_VERSION=winehq-devel
ARG PYTHON_VERSION=2.7.12
ARG PYINSTALLER_VERSION=3.2
ARG PYINSTALLER_VERSION=3.2.1

# we need wine for this all to work, so we'll use the PPA
RUN set -x \
@@ -57,4 +57,3 @@ COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
+1 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND noninteractive

ARG WINE_VERSION=winehq-devel
ARG PYTHON_VERSION=3.5.2
ARG PYINSTALLER_VERSION=3.2
ARG PYINSTALLER_VERSION=3.2.1

# we need wine for this all to work, so we'll use the PPA
RUN set -x \
@@ -68,4 +68,3 @@ COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]