Skip to content

Commit

Permalink
build(devcontainer): install desktop-file-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Oct 3, 2023
1 parent c221b16 commit 0276ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/postCreate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sudo apt -y update

# Install go-hass-agent dependencies
export DEBIAN_FRONTEND=noninteractive && \
sudo apt -y install libgl1-mesa-dev libxi-dev libxcursor-dev libxrandr-dev libxinerama-dev libxxf86vm-dev dbus-x11 fish
sudo apt -y install libgl1-mesa-dev libxi-dev libxcursor-dev libxrandr-dev libxinerama-dev libxxf86vm-dev dbus-x11 desktop-file-utils fish
cd /workspaces/go-hass-agent && go mod download

# Install goreleaser
Expand Down

0 comments on commit 0276ff5

Please sign in to comment.