Skip to content

Commit

Permalink
installs build tools for arm support
Browse files Browse the repository at this point in the history
  • Loading branch information
michbeck100 committed Jul 27, 2022
1 parent 0dd000b commit 25a5fbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM python:3-slim

RUN apt-get update && apt-get install -y build-essential python3-dev && rm -rf /var/lib/apt/lists/*

RUN useradd sungather

WORKDIR /usr/src/sungather
Expand Down

0 comments on commit 25a5fbf

Please sign in to comment.