Skip to content
Snippets Groups Projects
Commit 47079c66 authored by Ryan Gonzalez's avatar Ryan Gonzalez
Browse files

flatdeb-builder: Use the packaged flatdeb

This also allows us to easily get the changes in v2021-updates.

https://phabricator.apertis.org/T8507



Signed-off-by: default avatarRyan Gonzalez <ryan.gonzalez@collabora.com>
parent ccd518ee
No related branches found
No related tags found
1 merge request!256flatdeb-builder: Use the packaged flatdeb
Pipeline #395107 failed
......@@ -19,6 +19,7 @@ ENV DEBIAN_FRONTEND=noninteractive
ENV TMP="/scratch"
RUN apt-get update && \
apt-get install -y --no-install-recommends \
apertis-flatdeb \
apt-transport-https \
bash \
binfmt-support \
......@@ -50,8 +51,8 @@ RUN apt-get update && \
user-mode-linux \
udev
# FIXME: move to a packaged version
RUN git clone --branch apertis/$RELEASE --depth 1 https://gitlab.apertis.org/infrastructure/apertis-flatdeb.git /opt/apertis-flatdeb
# Create a symlink alias for all the CI jobs that assume this path.
RUN ln -s /usr/share/flatdeb /opt/apertis-flatdeb
# Defer libnss-unknown package installation to the end to avoid possible UID/GID problems
RUN apt-get update && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment