File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 2626
2727echo "Done."
2828
29- INSTALL 644 files/learningequality-ubuntu-kolibri-bionic.list /etc/apt/sources.list.d/
29+ INSTALL 644 files/learningequality-ubuntu-kolibri-noble.list /etc/apt/sources.list.d/
30+
31+ # Copy the GPG key file into the Docker image
32+ INSTALL 644 files/learningequality.gpg.key /tmp/learningequality.gpg.key
33+
34+ # Convert the GPG key to binary format
35+ RUN bash -c 'gpg --dearmor < /tmp/learningequality.gpg.key > /tmp/learningequality.gpg'
36+
37+ # Install the binary GPG key to the trusted directory
38+ RUN install -m 644 /tmp/learningequality.gpg /etc/apt/trusted.gpg.d/
39+
40+ # Clean up temporary files
41+ RUN rm -f /tmp/learningequality.gpg /tmp/learningequality.gpg.key
3042
31- RUN apt-key add - <<EOF
32- $(cat files/learningequality.gpg.key)
33- EOF
3443
3544RUN mkdir -p "/home/${user}/.kolibri"
3645RUN mkdir -p /KOLIBRI_DATA/content
7685
7786RUN rm /etc/nginx/sites-enabled/default
7887
79- RUN systemctl enable dhcpcd
8088RUN systemctl enable hostapd
8189RUN systemctl enable dnsmasq
8290RUN systemctl enable nginx
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ deb http://ppa.launchpad.net/learningequality/kolibri/ubuntu noble main
2+
You can’t perform that action at this time.
0 commit comments