Giter Club home page Giter Club logo

raspisms-deb's People

Contributors

osaajani avatar raspbianfrance avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

raspisms-deb's Issues

Installation dans un container docker

Bonjour,

Je souhaiterais faire tourner RaspiSMS dans un container docker, j'arrive pratiquement au bout de l'installation.
Cependant, après l'affichage des identifiants à la fin de l'installation du paquet debian.
Le RUN doit rester bloqué dans une boucle que je n'arrive pas à trouver.

FROM debian:buster

ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update -y \
    && apt-get install -y apt-transport-https gnupg2 curl

RUN apt-get update -y \
    && apt-get install -y --no-install-recommends gammu

RUN echo "deb https://apt.raspisms.fr/ buster contrib" | tee -a /etc/apt/sources.list.d/raspisms.list \
    && curl https://apt.raspisms.fr/conf/pub.gpg.key | apt-key add -

RUN apt-get update -y \
    && apt-get install -y raspisms

RUN apt-get clean \
    && rm -rf /var/lib/apt/lists/*

Resultat :

docker build ./
[+] Building 668.4s (7/9)                                                                                                                                                   
 => [internal] load build definition from Dockerfile                                                                                                                   0.1s
 => => transferring dockerfile: 604B                                                                                                                                   0.0s
 => [internal] load .dockerignore                                                                                                                                      0.0s
 => => transferring context: 2B                                                                                                                                        0.0s
 => [internal] load metadata for docker.io/library/debian:buster                                                                                                       0.9s
 => [1/6] FROM docker.io/library/debian:buster@sha256:e5b41ae2b4cf0d04b80cd2f89724e9cfc09e334ac64f188b9808929c748af526                                                 0.0s
 => CACHED [2/6] RUN apt-get update -y     && apt-get install -y apt-transport-https gnupg2 curl                                                                       0.0s
 => CACHED [3/6] RUN apt-get update -y     && apt-get install -y --no-install-recommends gammu                                                                         0.0s
 => CACHED [4/6] RUN echo "deb https://apt.raspisms.fr/ buster contrib" | tee -a /etc/apt/sources.list.d/raspisms.list     && curl https://apt.raspisms.fr/conf/pub.g  0.0s
 => [5/6] RUN apt-get update -y     && apt-get install -y raspisms                                                                                                   667.0s
 => => # ####### RASPISMS USER ######                                                                                                                                      
 => => # Email: [email protected]                                                                                                                                          
 => => # Password: xxxxxxxxxx                                                                                                                                              
 => => # Admin: true                                                                                                                                                       
 => => # You can find those in /usr/share/raspisms/.credentials                                                                                                            
 => => # ############################                                                                                                                                       
        

Auriez-vous une idée pour aiguiller mes recherches ?
Par avance merci pour votre aide.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.