Skip to content

Commit

Permalink
feat(dx): install devpod and devpod cli (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Jun 22, 2023
1 parent 159354e commit 732fd70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ COPY --from=cgr.dev/chainguard/helm:latest /usr/bin/helm /usr/bin/helm
COPY --from=cgr.dev/chainguard/ko:latest /usr/bin/ko /usr/bin/ko
COPY --from=cgr.dev/chainguard/minio-client:latest /usr/bin/mc /usr/bin/mc

# Install DevPod
RUN wget https://github.com/loft-sh/devpod/releases/latest/download/DevPod_linux_x86_64.rpm -O /tmp/devpod.rpm && \
rpm-ostree install /tmp/devpod.rpm && \
wget https://github.com/loft-sh/devpod/releases/latest/download/devpod-linux-amd64 -O /tmp/devpod && \
install -c -m 0755 /tmp/devpod /usr/bin

RUN /tmp/workarounds.sh

# Clean up repos, everything is on the image so we don't need them
Expand Down

0 comments on commit 732fd70

Please sign in to comment.