mirror of
https://github.com/dockersrc/ubuntu
synced 2024-11-21 23:23:04 -05:00
🗃️ Committing everything that changed 🗃️
Dockerfile Dockerfile.19.04 Dockerfile.20.04 Dockerfile.21.04
This commit is contained in:
parent
84096e24bb
commit
527aa6c0d1
@ -72,7 +72,7 @@ WORKDIR /root
|
|||||||
|
|
||||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
||||||
COPY ./rootfs/etc/apt/. /etc/apt/
|
COPY ./rootfs/etc/apt/. /etc/apt/
|
||||||
COPY ./rootfs/tmp/apt/disco.list /etc/apt/sources.list
|
#COPY ./rootfs/tmp/apt/disco.list /etc/apt/sources.list
|
||||||
|
|
||||||
RUN set -e; \
|
RUN set -e; \
|
||||||
echo "Setting up prerequisites"; \
|
echo "Setting up prerequisites"; \
|
||||||
|
@ -72,7 +72,7 @@ WORKDIR /root
|
|||||||
|
|
||||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
||||||
COPY ./rootfs/etc/apt/. /etc/apt/
|
COPY ./rootfs/etc/apt/. /etc/apt/
|
||||||
COPY ./rootfs/tmp/apt/focal.list /etc/apt/sources.list
|
#COPY ./rootfs/tmp/apt/focal.list /etc/apt/sources.list
|
||||||
|
|
||||||
RUN set -e; \
|
RUN set -e; \
|
||||||
echo "Setting up prerequisites"; \
|
echo "Setting up prerequisites"; \
|
||||||
|
@ -72,7 +72,7 @@ WORKDIR /root
|
|||||||
|
|
||||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
||||||
COPY ./rootfs/etc/apt/. /etc/apt/
|
COPY ./rootfs/etc/apt/. /etc/apt/
|
||||||
COPY ./rootfs/tmp/apt/hirsute.list /etc/apt/sources.list
|
#COPY ./rootfs/tmp/apt/hirsute.list /etc/apt/sources.list
|
||||||
|
|
||||||
RUN set -e; \
|
RUN set -e; \
|
||||||
echo "Setting up prerequisites"; \
|
echo "Setting up prerequisites"; \
|
||||||
|
Loading…
Reference in New Issue
Block a user