Skip to content

Commit

Permalink
Update Dockerfile, starship deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 authored Aug 17, 2023
1 parent 1f54376 commit 0f7cbb2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions demo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@ FROM alpine:3.16

COPY --from=go-builder /code/build/meshd /usr/bin/meshd

# Set up dependencies used for Starship
ENV PACKAGES curl make bash jq sed

# Install minimum necessary dependencies
RUN apk add --no-cache $PACKAGES
# Install dependencies used for Starship
RUN apk add --no-cache curl make bash jq sed

WORKDIR /opt

Expand Down

0 comments on commit 0f7cbb2

Please sign in to comment.