Update Dockerfile
This commit is contained in:
parent
6e5a25ca89
commit
bf7d4b3dee
1 changed files with 2 additions and 1 deletions
|
|
@ -122,7 +122,8 @@ FROM builder2 AS builder3
|
|||
|
||||
# Install VirtualBox
|
||||
RUN rpm-ostree install VirtualBox
|
||||
COPY etc etc
|
||||
# Copy config files
|
||||
COPY etc /etc
|
||||
|
||||
# Clear cache, /var and /tmp and commit ostree
|
||||
RUN rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue