Browse Source

dpkg-sig does not exist in 24.04

master
Ray Burgemeestre 7 months ago
parent
commit
2c69792413
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      apt-publisher/Dockerfile-ubuntu2404

+ 1
- 1
apt-publisher/Dockerfile-ubuntu2404 View File



RUN apt-get update && \ RUN apt-get update && \
apt install -y rng-tools gnupg2 \ apt install -y rng-tools gnupg2 \
apache2 dpkg-dev dpkg-sig \
apache2 dpkg-dev \
apt-utils reprepro && \ apt-utils reprepro && \
\ \
mkdir -p /repo && \ mkdir -p /repo && \

Loading…
Cancel
Save