Skip to content

Commit

Permalink
conscheme: Fix image build
Browse files Browse the repository at this point in the history
  • Loading branch information
weinholt authored and lassik committed Nov 28, 2023
1 parent a761eae commit 77a03b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions implementations/conscheme/head/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN apt-get update && apt-get -y --no-install-recommends install \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /build
RUN git clone https://gitlab.com/weinholt/conscheme.git
WORKDIR conscheme
RUN go get -d -v ./...
RUN go build -v ./...
RUN go test -v ./...
Expand Down

0 comments on commit 77a03b3

Please sign in to comment.