feat: Removes dotfiles from image in favor of having devpod set them up.
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 5m38s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 5m38s
This commit is contained in:
@@ -50,10 +50,3 @@ RUN chown -R swift:swift /home/swift/.local
|
||||
|
||||
USER swift
|
||||
|
||||
# Install dotfiles
|
||||
RUN cd /home/swift \
|
||||
&& git clone https://github.com/m-housh/dotfiles.git \
|
||||
&& cd dotfiles \
|
||||
&& git switch arch \
|
||||
&& DEV_ENV=/home/swift/dotfiles ./devcontainer-env
|
||||
|
||||
|
||||
Reference in New Issue
Block a user