Skip to content

Commit

Permalink
update test docker file to python3 (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner committed Jan 11, 2021
1 parent d974b27 commit 98b2ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM golang:alpine AS build-env

# Set up dependencies
ENV PACKAGES curl make git libc-dev bash gcc linux-headers eudev-dev python
ENV PACKAGES curl make git libc-dev bash gcc linux-headers eudev-dev python3

# Set working directory for the build
WORKDIR /go/src/github.com/cosmos/gaia
Expand Down

0 comments on commit 98b2ade

Please sign in to comment.