1
0
mirror of synced 2026-03-21 19:49:59 +01:00

Update Dockerfile

This commit is contained in:
d-two
2026-02-05 20:25:46 +01:00
committed by GitHub
parent 3edf1f138c
commit c78ebcb502

View File

@@ -19,12 +19,8 @@ RUN ( \
&& luarocks install lua-resty-http \ && luarocks install lua-resty-http \
) )
RUN ( \ COPY ssa-5.30-6.0_amd64.deb /ssa_amd64.deb
curl https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub | apt-key add - && \ RUN apt-get install -y /ssa_amd64.deb
( echo "deb http://downloads.linux.HPE.com/SDR/repo/mcp/ bullseye/current non-free" > /etc/apt/sources.list.d/proliant.sources.list ) && \
apt-get update && \
apt-get install -y ssa \
)
COPY rootfs / COPY rootfs /
# Corrects permissions # Corrects permissions