build: Update Dockerfile (#9839)
This commit is contained in:
parent
42e28e294b
commit
bc201f8054
|
@ -12,7 +12,7 @@
|
|||
# TODO: demo connecting rest-server (or is this in server now?)
|
||||
FROM golang:alpine AS build-env
|
||||
|
||||
# Install minimum necessary dependencies,
|
||||
# Install minimum necessary dependencies
|
||||
ENV PACKAGES curl make git libc-dev bash gcc linux-headers eudev-dev python3
|
||||
RUN apk add --no-cache $PACKAGES
|
||||
|
||||
|
|
Loading…
Reference in New Issue