mirror of
https://github.com/dockersrc/ubuntu
synced 2024-11-21 11:23:06 -05:00
🗃️ Committing everything that changed 🗃️
Dockerfile Dockerfile.19.04 Dockerfile.20.04 Dockerfile.21.04 Dockerfile.22.04 Dockerfile.23.04 Dockerfile.23.10 Dockerfile.24.04 Dockerfile.24.10
This commit is contained in:
parent
ade1cd2782
commit
93cb97d366
@ -71,6 +71,7 @@ USER ${USER}
|
||||
WORKDIR /root
|
||||
|
||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
||||
COPY ./rootfs/etc/apt/. /etc/apt/
|
||||
|
||||
RUN set -e; \
|
||||
echo "Setting up prerequisites"; \
|
||||
|
@ -71,6 +71,7 @@ USER ${USER}
|
||||
WORKDIR /root
|
||||
|
||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
||||
COPY ./rootfs/etc/apt/. /etc/apt/
|
||||
COPY ./rootfs/tmp/apt/disco.list /etc/apt/sources.list
|
||||
|
||||
RUN set -e; \
|
||||
|
@ -71,6 +71,7 @@ USER ${USER}
|
||||
WORKDIR /root
|
||||
|
||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
||||
COPY ./rootfs/etc/apt/. /etc/apt/
|
||||
COPY ./rootfs/tmp/apt/focal.list /etc/apt/sources.list
|
||||
|
||||
RUN set -e; \
|
||||
|
@ -71,6 +71,7 @@ USER ${USER}
|
||||
WORKDIR /root
|
||||
|
||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
||||
COPY ./rootfs/etc/apt/. /etc/apt/
|
||||
COPY ./rootfs/tmp/apt/hirsute.list /etc/apt/sources.list
|
||||
|
||||
RUN set -e; \
|
||||
|
@ -71,6 +71,7 @@ USER ${USER}
|
||||
WORKDIR /root
|
||||
|
||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
||||
COPY ./rootfs/etc/apt/. /etc/apt/
|
||||
COPY ./rootfs/tmp/apt/jammy.list /etc/apt/sources.list
|
||||
|
||||
RUN set -e; \
|
||||
|
@ -71,6 +71,7 @@ USER ${USER}
|
||||
WORKDIR /root
|
||||
|
||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
||||
COPY ./rootfs/etc/apt/. /etc/apt/
|
||||
COPY ./rootfs/tmp/apt/lunar.list /etc/apt/sources.list
|
||||
|
||||
RUN set -e; \
|
||||
|
@ -71,6 +71,7 @@ USER ${USER}
|
||||
WORKDIR /root
|
||||
|
||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
||||
COPY ./rootfs/etc/apt/. /etc/apt/
|
||||
COPY ./rootfs/tmp/apt/mantic.list /etc/apt/sources.list
|
||||
|
||||
RUN set -e; \
|
||||
|
@ -71,6 +71,7 @@ USER ${USER}
|
||||
WORKDIR /root
|
||||
|
||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
||||
COPY ./rootfs/etc/apt/. /etc/apt/
|
||||
COPY ./rootfs/tmp/apt/noble.list /etc/apt/sources.list
|
||||
|
||||
RUN set -e; \
|
||||
|
@ -71,6 +71,7 @@ USER ${USER}
|
||||
WORKDIR /root
|
||||
|
||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
||||
COPY ./rootfs/etc/apt/. /etc/apt/
|
||||
COPY ./rootfs/tmp/apt/oracular.list /etc/apt/sources.list
|
||||
|
||||
RUN set -e; \
|
||||
|
Loading…
Reference in New Issue
Block a user