~aleteoryx/muditaos

42c22d78566e89c816e55e49e910344a57eeada8 — Radoslaw Wicik 5 years ago b7d382b
[EGD-5270] Add packages rhash, tar, zip to docker image

These packages are required for building packages, standalone and
update one.
2 files changed, 4 insertions(+), 1 deletions(-)

M config/bootstrap_config
M in_docker.sh
M config/bootstrap_config => config/bootstrap_config +3 -0
@@ 51,8 51,11 @@ INSTALL_PACKAGES="
        python3-magic \
        python3-pip \
        python3-requests \
        rhash \
        tzdata \
        tar \
        vim \
        wget \
        zip \
"


M in_docker.sh => in_docker.sh +1 -1
@@ 3,7 3,7 @@
# For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

CONTAINER_NAME="wearemudita/mudita_os_builder"
CONTAINER_TAG="1.7"
CONTAINER_TAG="1.8"
CONTAINER=${CONTAINER_NAME}:${CONTAINER_TAG}
PURE_HOME=`pwd`
STANDARD_OPTIONS="-v `pwd`:${PURE_HOME} --user \"$(id -u):$(id -g)\" --env HOME=${PURE_HOME} -t"