Remove /etc COPY

This commit is contained in:
gmpinder
2023-06-17 11:23:23 -04:00
committed by GitHub
parent d9277ede9c
commit 9894d4f4b8

View File

@@ -33,7 +33,6 @@ COPY usr/bin /usr/bin
COPY usr/lib /usr/lib
COPY usr/etc /usr/etc
COPY usr/share /usr/share
COPY etc /etc
# Copy the recipe that we're building.
COPY ${RECIPE} /usr/share/ublue-os/recipe.yml