Skip to content

Commit

Permalink
Merge pull request #7 from lingawakad/lingawakad-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
lingawakad authored Dec 25, 2024
2 parents c26b518 + 00a6eb5 commit b7fd5ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ ARG python=python:3.9-slim
FROM ${python} AS build

RUN apt-get update \
&& apt-get install gcc -y
&& apt-get install \
gcc \
git -y

RUN useradd mmrelay

Expand Down

0 comments on commit b7fd5ea

Please sign in to comment.