fixes for arm build v2
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:36:43 +02:00
parent 3d5b3dc20e
commit 4ca9a6563e
2 changed files with 2 additions and 0 deletions

View file

@ -16,6 +16,7 @@ RUN \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
python3-dev \ python3-dev \
python3-pip \ python3-pip \
build-essential \
&& \ && \
echo "**** creating folders ****" && \ echo "**** creating folders ****" && \
mkdir -p /app && \ mkdir -p /app && \

View file

@ -16,6 +16,7 @@ RUN \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
python3-dev \ python3-dev \
python3-pip \ python3-pip \
build-essential \
&& \ && \
echo "**** creating folders ****" && \ echo "**** creating folders ****" && \
mkdir -p /app && \ mkdir -p /app && \