Projects STRLCPY hiphp Commits bfd4adf5
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    Dockerfile
    skipped 43 lines
    44 44  RUN sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
    45 45   
    46 46  # Updating apt to see and install Google Chrome
    47  -RUN apt-get -y update
     47 +RUN apt-get update -y
    48 48   
    49 49  # Magic happens
    50 50  RUN apt-get install -y google-chrome-stable
    skipped 4 lines
    55 55  # Download the Chrome Driver
    56 56  RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
    57 57  RUN sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
    58  -RUN apt-get -y update
     58 +RUN apt-get update -y
    59 59  RUN apt-get install -y google-chrome-stable
    60 60   
    61 61  # install chromedriver
    skipped 6 lines
    68 68   
    69 69  COPY ./run.py /wrdir
    70 70  COPY ./hiphp /wrdir/hiphp
    71  -COPY ./hiphp-desktop/requirements.txt /wrdir/requirements-dst.txt
     71 +#COPY ./hiphp-desktop/requirements.txt /wrdir/requirements-dst.txt
    72 72  COPY ./hiphp-desktop /wrdir
    73 73  COPY ./requirements.txt /wrdir/requirements.txt
    74 74  #COPY ./config_file.json /wrdir/config_file.json
    skipped 9 lines
Please wait...
Page is in error, reload to recover