Skip to content

Commit

Permalink
add linux headers
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Oct 11, 2024
1 parent 56b3fd4 commit a4b651f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN sed -i "s/<shell>/$(use bash sh)/g" /bin/init_typecho \
&& savedAptMark="$(before)" \
&& `use "apt-get update" "apk update"` \
&& `use "apt-get install --no-install-recommends -y" "apk add --no-cache --virtual .build-deps"` \
`use - linux-headers` \
linux-headers \
`use libfreetype6-dev freetype-dev` \
`use libjpeg62-turbo-dev libjpeg-turbo-dev` \
`use libpq-dev postgresql-dev` \
Expand Down

0 comments on commit a4b651f

Please sign in to comment.