Skip to content

Commit

Permalink
chore(dev-container): remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed May 19, 2024
1 parent 55bbf12 commit b0184af
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,8 @@ RUN chown -R $USER_UID:$USER_GID /home/$USERNAME \
&& chsh -s /bin/zsh $USERNAME
COPY tools/asciinema/config /home/$USERNAME/.config/asciinema/

# Install powershell dependencies
# Install shell dependencies
USER $USERNAME
#RUN pwsh -Command "Install-Module -Name platyPS -Scope CurrentUser -Force" \
# && pwsh -Command "Install-Module -Name Pester -Scope CurrentUser -MinimumVersion '5.0.0' -Force"
#
# create symlink to c8y
# && mkdir -p /workspaces/go-c8y-cli/tools/PSc8y/dist/PSc8y/Dependencies/ \
# && ln -s /workspaces/go-c8y-cli/tools/PSc8y/dist/PSc8y/Dependencies/c8y.linux /usr/local/bin/c8y

# Install oh-my-zsh
RUN curl -sSfL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh -s -- "" --unattended 2>&1 \
Expand All @@ -144,8 +138,6 @@ RUN echo "autoload -U compinit; compinit -i" | sudo tee -a /home/$USERNAME/.zshr
#
# fish config
&& sudo mkdir -p /home/$USERNAME/.config/fish/
# && echo "c8y completion fish | source" >> /home/$USERNAME/.config/fish/config.fish
# && echo "source ~/c8y.plugin.fish" >> /home/$USERNAME/.config/fish/config.fish

# CI/CD tools
RUN cd /tmp \
Expand Down

0 comments on commit b0184af

Please sign in to comment.