Skip to content

Commit

Permalink
build: Update Dockerfile (#9839)
Browse files Browse the repository at this point in the history
  • Loading branch information
iczc authored Aug 3, 2021
1 parent 42e28e2 commit bc201f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bc201f8

Please sign in to comment.