Skip to content

Commit

Permalink
wip7
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Golaszewski committed Nov 29, 2024
1 parent 1c84ba1 commit b6b60bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ RUN /install-go.sh 1.22.6 && ln -s /usr/local/go/bin/go /usr/local/bin/go
ENV SNAPCRAFT_PART_INSTALL=/out
RUN mkdir /out /build -p
RUN git clone ${REPO} /src/k8s-snap -b ${BRANCH}
RUN $(cd /src/k8s-snap; git checkout aa8b78fd8010b25b36d7fff8951ba46b2f1d1a6a)

####################################################################################################
## IMAGE(builder-dqlite): Used as base image for building components that need dqlite
Expand Down

0 comments on commit b6b60bb

Please sign in to comment.