Skip to content

Commit

Permalink
Feat: add webp CLI to devcontainer (#2522)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran authored Nov 13, 2024
2 parents 1c41cd0 + 6e6007c commit 15c4a9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ FROM benefits_client:latest
# https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=apt
USER root
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash

# install webp CLI
# https://developers.google.com/speed/webp/download
RUN apt install webp -y

USER $USER

COPY . .
Expand Down

0 comments on commit 15c4a9e

Please sign in to comment.