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"