Skip to content

Commit 725d6a1

Browse files
committed
/usr/etc doesnt exist anymore after building missing components of XFCE
1 parent 1d5c81f commit 725d6a1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,5 @@ RUN systemctl enable waydroid-choose-intel-gpu.service
8181

8282
RUN cd /usr/bin && wget https://raw.githubusercontent.com/CachyOS/CachyOS-Settings/refs/heads/master/usr/bin/kerver && chmod +x kerver
8383

84-
RUN cp -R /usr/etc/* /etc/
85-
86-
RUN rm -rf /tmp/* /var/* /usr/etc && mkdir -p /var/tmp && chmod -R 1777 /var/tmp && \
84+
RUN rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp && \
8785
bootc container lint

0 commit comments

Comments
 (0)