Skip to content

Commit

Permalink
feat(dx): enable podman socket (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed Jul 15, 2023
1 parent 922000b commit 9e8efc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ RUN wget https://github.com/loft-sh/devpod/releases/latest/download/DevPod_linux
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 systemctl enable podman.socket

RUN /tmp/workarounds.sh

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

0 comments on commit 9e8efc6

Please sign in to comment.