Skip to content

Commit

Permalink
Add linux-headers package (#256)
Browse files Browse the repository at this point in the history
* Update base image

* Update Dockerfile

* Remove `gcc` package

* Remove `linux-headers` package

* Add `linux-headers` and remove `python3-dev`
  • Loading branch information
kabilar committed Jul 19, 2024
1 parent 55d6760 commit a31c6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ LABEL maintainer="Michael Hausenblas, [email protected]"

COPY action.sh /action.sh

RUN apk add --no-cache bash build-base && chmod +x /action.sh
RUN apk add --no-cache bash build-base linux-headers && chmod +x /action.sh

ENTRYPOINT ["/action.sh"]

0 comments on commit a31c6b1

Please sign in to comment.