Skip to content

Commit 1268e20

Browse files
committed
Changed gascity to personal build temporarily
Signed-off-by: David Stenglein <dave@missingmass.com>
1 parent 8db9810 commit 1268e20

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ RUN ARCH=$(uname -m) && \
2727
#
2828
# Gas City
2929
#
30-
COPY install-gascity.sh /tmp/install-gascity.sh
31-
RUN chmod +x /tmp/install-gascity.sh && VERSION=1.0.0 /tmp/install-gascity.sh && rm /tmp/install-gascity.sh
32-
RUN curl -fsSL https://github.com/dolthub/dolt/releases/latest/download/install.sh | bash
30+
# COPY install-gascity.sh /tmp/install-gascity.sh
31+
# RUN chmod +x /tmp/install-gascity.sh && VERSION=1.0.0 /tmp/install-gascity.sh && rm /tmp/install-gascity.sh
32+
# RUN curl -fsSL https://github.com/dolthub/dolt/releases/latest/download/install.sh | bash
33+
34+
# Install personal build of gascity temporarily
35+
RUN curl -fsSL https://raw.githubusercontent.com/dstengle/gascity/personal/main/scripts/install.sh | sh

0 commit comments

Comments
 (0)