Skip to content

Commit

Permalink
fix: load test docker build error in GCP
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinaa committed Aug 17, 2023
1 parent 2134d05 commit e7e7539
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/load/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ LABEL org.opencontainers.image.authors="[email protected]"
# Add gcc since there are no wheels for some packages for arm64/aarch64
# (g++/make for gevent on pypy)
RUN apt-get update && apt-get install -y git && \
if [ -n "$(arch | grep 'arm64\|aarch64')" ]; then \
apt install -y --no-install-recommends gcc g++ make python3-dev; \
fi
apt install -y --no-install-recommends gcc g++ make python3-dev

ENV LANG=C.UTF-8
ENV PYTHONUNBUFFERED=1
Expand Down

0 comments on commit e7e7539

Please sign in to comment.