fork download
  1. RUN apt-get clean
  2. RUN apt-get update
  3. RUN apt-get install -y ca-certificates
  4. RUN uname -a
  5. RUN apt-get install --fix-missing -y ssmtp
  6. RUN apt-get install -y mailutils
  7. RUN apt-get install -y cmake
  8.  
  9.  
  10. ....
  11. ....
  12.  
  13. Building dependency tree...
  14. Reading state information...
  15. The following additional packages will be installed:
  16. libgnutls-openssl27
  17. The following NEW packages will be installed:
  18. libgnutls-openssl27 ssmtp
  19. 0 upgraded, 2 newly installed, 0 to remove and 12 not upgraded.
  20. Need to get 239 kB of archives.
  21. After this operation, 236 kB of additional disk space will be used.
  22. WARNING: The following packages cannot be authenticated!
  23. libgnutls-openssl27 ssmtp
  24. E: There were unauthenticated packages and -y was used without --allow-unauthenticated
  25. The command '/bin/sh -c apt-get install --fix-missing -y ssmtp' returned a non-zero code: 100
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:13:13: warning: character constant too long for its type
 The command '/bin/sh -c apt-get install --fix-missing -y ssmtp' returned a non-zero code: 100
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
prog.cpp:1:1: error: ‘Building’ does not name a type
 Building dependency tree...
 ^~~~~~~~
stdout
Standard output is empty