mirror of
https://github.com/hassio-addons/addon-glances.git
synced 2025-05-05 11:31:31 +00:00
⬆️ Upgrades automake to 1.16.2-r0
This commit is contained in:
parent
525d302702
commit
b11f79d3bf
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ COPY requirements.txt /tmp/
|
||||||
ARG BUILD_ARCH=amd64
|
ARG BUILD_ARCH=amd64
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache --virtual .build-dependencies \
|
apk add --no-cache --virtual .build-dependencies \
|
||||||
automake=1.16.1-r0 \
|
automake=1.16.2-r0 \
|
||||||
gcc=9.2.0-r4 \
|
gcc=9.2.0-r4 \
|
||||||
linux-headers=4.19.36-r0 \
|
linux-headers=4.19.36-r0 \
|
||||||
musl-dev=1.1.24-r2 \
|
musl-dev=1.1.24-r2 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue