1
0
mirror of synced 2025-12-13 11:22:16 +01:00

Update Dockerfile

This commit is contained in:
d-two
2023-01-17 12:22:23 +01:00
committed by GitHub
parent 308370175b
commit 244bf1ebcf

View File

@@ -21,7 +21,7 @@ RUN ( \
RUN ( \ RUN ( \
curl https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub | apt-key add - && \ curl https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub | apt-key add - && \
( echo "deb http://downloads.linux.HPE.com/SDR/repo/mcp/ buster/current non-free" > /etc/apt/sources.list.d/proliant.sources.list ) && \ ( 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 update && \
apt-get install -y ssa \ apt-get install -y ssa \
) )