We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db9810 commit 1268e20Copy full SHA for 1268e20
1 file changed
.devcontainer/Dockerfile
@@ -27,6 +27,9 @@ RUN ARCH=$(uname -m) && \
27
#
28
# Gas City
29
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
+# COPY install-gascity.sh /tmp/install-gascity.sh
+# RUN chmod +x /tmp/install-gascity.sh && VERSION=1.0.0 /tmp/install-gascity.sh && rm /tmp/install-gascity.sh
+# 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