mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
Revert "ubuntu 20:10 image instead of alpine, for cgo support"
This reverts commit ef156f6172.
This commit is contained in:
parent
8a6d20d314
commit
5d08d54518
1 changed files with 2 additions and 4 deletions
|
|
@ -7,13 +7,11 @@ COPY . pilosa
|
|||
|
||||
RUN cd pilosa && make install FLAGS="-a -mod=vendor ${BUILD_FLAGS}" ${MAKE_FLAGS}
|
||||
|
||||
FROM ubuntu:20.10
|
||||
FROM alpine:3.9.4
|
||||
|
||||
LABEL maintainer "dev@pilosa.com"
|
||||
|
||||
RUN apt-get update
|
||||
## debug image: RUN apt-get install -y curl htop vim golang tree jq netcat
|
||||
RUN apt-get install -y curl jq
|
||||
RUN apk add --no-cache curl jq
|
||||
|
||||
COPY --from=builder /go/bin/pilosa /pilosa
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue