Commit 91514221 authored by Chris R's avatar Chris R
Browse files

added git to default packages

parent 18a7f55d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ ARG PYINSTALLER_VERSION=3.2.1
# install python
RUN set -x \
    && apt-get update -qy \
    && apt-get install --no-install-recommends -qfy python python-dev python-pip python-setuptools build-essential libmysqlclient-dev \
    && apt-get install --no-install-recommends -qfy python python-dev python-pip python-setuptools build-essential libmysqlclient-dev git \
    && apt-get clean

# PYPI repository location
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ ARG PYINSTALLER_VERSION=3.2.1
# install python
RUN set -x \
    && apt-get update -qy \
    && apt-get install --no-install-recommends -qfy python3 python3-dev python3-pip python3-setuptools python3-wheel build-essential libmysqlclient-dev \
    && apt-get install --no-install-recommends -qfy python3 python3-dev python3-pip python3-setuptools python3-wheel build-essential libmysqlclient-dev git \
    && apt-get clean

# PYPI repository location