File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ RUN ARCH=$(uname -m) && \
1616# Claude code
1717#
1818RUN curl -fsSL https://claude.ai/install.sh | sudo -u vscode bash
19+
1920#
2021# Beads install prereq for gascity
2122#
@@ -24,12 +25,18 @@ RUN ARCH=$(uname -m) && \
2425 if [ "$ARCH" = "aarch64" ]; then LIB_DIR="aarch64-linux-gnu" ; else LIB_DIR="x86_64-linux-gnu" ; fi && \
2526 curl -fsSL https://raw.githubusercontent.com/gastownhall/beads/${BEADS_VERSION}/scripts/install.sh | bash && \
2627 ln -s /usr/lib/${LIB_DIR}/libicui18n.so /usr/lib/${LIB_DIR}/libicui18n.so.74
28+
29+ #
30+ # dolt install for gascity
31+ #
32+ RUN curl -fsSL https://github.com/dolthub/dolt/releases/latest/download/install.sh | bash
33+
34+
2735#
2836# Gas City
2937#
3038# COPY install-gascity.sh /tmp/install-gascity.sh
3139# 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
3340
3441# Install personal build of gascity temporarily
3542RUN curl -fsSL https://raw.githubusercontent.com/dstengle/gascity/personal/main/scripts/install.sh | sh
You can’t perform that action at this time.
0 commit comments