Changes between Initial Version and Version 1 of Ticket #22148, comment 7


Ignore:
Timestamp:
2022-06-22T22:20:29+02:00 (4 years ago)
Author:
skyper

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22148, comment 7

    initial v1  
    2020RUN mkdir -p /etc/sources.list.d/ /usr/local/share/keyrings/ && \
    2121      apt-get update && \
    22       apt-get install -y wget gnupg2 && \
     22      apt-get install -y wget gnupg && \
    2323      wget -q https://josm.openstreetmap.de/josm-apt.key -O- | gpg --dearmor > /usr/local/share/keyrings/josm.gpg && \
    2424      echo 'deb [signed-by=/usr/local/share/keyrings/josm.gpg] https://josm.openstreetmap.de/apt alldist universe' >> /etc/sources.list.d/josm.list && \
     
    3333Why do we have all the code name directories for Ubuntu and `alldist` for all other distributions?
    3434On my Debian systems sudo is not installed or restricted but it is default on Ubuntu.
     35
     36Edit: `gnupg2`is a dummy package installing `gnupg`