Skip to content

Commit

Permalink
attempt to get arm build to work
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Aug 13, 2023
1 parent 4e01301 commit a5aafb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ RUN set -x && \
KEPT_PACKAGES+=(curl) & \
KEPT_PACKAGES+=(gnupg) && \
KEPT_PACKAGES+=(nginx-light) && \
TEMP_PACKAGES+=(build-essential) && \
TEMP_PACKAGES+=(gcc) && \
TEMP_PACKAGES+=(make) && \
apt-get update && \
apt-get install -y --no-install-recommends \
"${KEPT_PACKAGES[@]}" \
Expand Down

0 comments on commit a5aafb5

Please sign in to comment.