mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-16 17:10:12 +00:00
10 lines
203 B
Docker
10 lines
203 B
Docker
FROM gitpod/workspace-full
|
|
|
|
# Install Fly
|
|
RUN curl -L https://fly.io/install.sh | sh
|
|
ENV FLYCTL_INSTALL="/home/gitpod/.fly"
|
|
ENV PATH="$FLYCTL_INSTALL/bin:$PATH"
|
|
|
|
# Install GitHub CLI
|
|
RUN brew install gh
|