diff --git a/Dockerfile b/Dockerfile index af8b4c1febce..ffcbeccbc15f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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