mirror of
https://github.com/Telecominfraproject/wlan-cloud-userportal.git
synced 2025-11-03 03:58:08 +00:00
Fix self-signed cert file extension for Debian
Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>
This commit is contained in:
@@ -113,7 +113,7 @@ COPY docker-entrypoint.sh /
|
|||||||
COPY wait-for-postgres.sh /
|
COPY wait-for-postgres.sh /
|
||||||
|
|
||||||
RUN wget https://raw.githubusercontent.com/Telecominfraproject/wlan-cloud-ucentral-deploy/main/docker-compose/certs/restapi-ca.pem \
|
RUN wget https://raw.githubusercontent.com/Telecominfraproject/wlan-cloud-ucentral-deploy/main/docker-compose/certs/restapi-ca.pem \
|
||||||
-O /usr/local/share/ca-certificates/restapi-ca-selfsigned.pem
|
-O /usr/local/share/ca-certificates/restapi-ca-selfsigned.crt
|
||||||
|
|
||||||
COPY --from=owsub-build /owsub/cmake-build/owsub /openwifi/owsub
|
COPY --from=owsub-build /owsub/cmake-build/owsub /openwifi/owsub
|
||||||
COPY --from=cppkafka-build /cppkafka/cmake-build/src/lib /usr/local/lib
|
COPY --from=cppkafka-build /cppkafka/cmake-build/src/lib /usr/local/lib
|
||||||
|
|||||||
Reference in New Issue
Block a user