fixes for arm build
Some checks failed
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/pr/tests Pipeline was successful
ci/woodpecker/pr/build_docker Pipeline failed

This commit is contained in:
Ivan Schaller 2022-05-16 16:28:10 +02:00
parent 38339a4d44
commit 3d5b3dc20e
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ RUN \
echo "**** install base packages ****" && \
apt-get update && \
apt-get install -y --no-install-recommends \
python3 \
python3-dev \
python3-pip \
&& \
echo "**** creating folders ****" && \

View file

@ -14,7 +14,7 @@ RUN \
echo "**** install base packages ****" && \
apt-get update && \
apt-get install -y --no-install-recommends \
python3 \
python3-dev \
python3-pip \
&& \
echo "**** creating folders ****" && \