mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-29 13:05:56 +10:00
remove-cache-clean
This commit is contained in:
parent
8718c0d764
commit
7a6689ec01
1 changed files with 0 additions and 6 deletions
|
|
@ -457,12 +457,6 @@ RUN userdel -r ubuntu && \
|
|||
# Set non-root user password
|
||||
RUN sed -i "s;^$USER:[^:]*;$USER:$DESKTOP_ENVIRONMENT_HOST_USER_PASSWORD;" /etc/shadow
|
||||
|
||||
# Clean build caches to reduce take ownership
|
||||
RUN rm -rf \
|
||||
$HOME/.cache/go-build \
|
||||
$HOME/.cargo/registry \
|
||||
/opt/vscode-wal/node_modules
|
||||
|
||||
# Take ownership of user's home directory and applications
|
||||
RUN chown -R $USER:$USER $HOME /opt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue