Skip to content

Commit

Permalink
Add comment für installing gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjiU authored Jun 19, 2024
1 parent 8ad04a1 commit a877674
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
Expand Up @@ -33,7 +33,9 @@ RUN pip install --no-cache-dir poetry && \

FROM base

# Install gcc so packages installed durring runtime may be build
RUN apt-get update && apt-get install -y gcc && gcc --version

RUN useradd -m -s /bin/bash mqtt_io
USER mqtt_io
WORKDIR /home/mqtt_io
Expand Down

0 comments on commit a877674

Please sign in to comment.