dep
Deploy PHP applications. Note: The Go command dep with the same name is deprecated and archived. More information: <https://deployer.org>.
RUN apt-get update && \
apt-get install -y dep
RUN apt-get update && \
apt-get install -y dep
RUN apk add dep
RUN pacman -S --noconfirm dep
RUN apt-get update && \
apt-get install -y dep
RUN dnf install -y dep