Skip to content

Commit

Permalink
Update to the newest version (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Retropikzel authored Oct 14, 2024
1 parent 9c47558 commit bdc471d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion implementations/stklos/2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update && apt-get -y --no-install-recommends install \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /build
COPY checksum checksum
ADD https://stklos.net/download/stklos-2.00.tar.gz stklos.tar.gz
ADD https://stklos.net/download/stklos-2.10.tar.gz stklos.tar.gz
RUN sha256sum stklos.tar.gz && sha256sum -c checksum
RUN mkdir stklos && tar -C stklos --strip-components 1 -xf stklos.tar.gz
WORKDIR /build/stklos
Expand Down
2 changes: 1 addition & 1 deletion implementations/stklos/2/checksum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eb85454d2a18cefb7820157beb01ff1c84f87a1f64634e36732c938be0eec7cb stklos.tar.gz
6dbf0345f92048fec6133ad6e55d71d0be3b776d58174b087ed08f7c4b2ea041 stklos.tar.gz
2 changes: 1 addition & 1 deletion implementations/stklos/head/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM debian:bullseye-slim AS build
RUN apt-get update && apt-get -y --no-install-recommends install \
build-essential file texinfo git ca-certificates \
libffi-dev libgc-dev libgmp-dev libpcre3-dev \
libffi-dev libgc-dev libgmp-dev libpcre3-dev bash-completion \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /build
RUN git clone https://github.com/egallesio/STklos.git stklos --depth 1 --tags
Expand Down

0 comments on commit bdc471d

Please sign in to comment.