Skip to content

Commit

Permalink
fix docker start build script
Browse files Browse the repository at this point in the history
  • Loading branch information
case-k-git committed Jul 10, 2023
1 parent e809912 commit 7328760
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion start-build-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ RUN echo "${USER_NAME} ALL=NOPASSWD: ALL" > "/etc/sudoers.d/beam-build-${USER_ID
ENV HOME "${DOCKER_HOME_DIR}"
ENV GOPATH ${DOCKER_HOME_DIR}/beam/sdks/go/examples/.gogradle/project_gopath
# This next command still runs as root causing the ~/.cache/go-build to be owned by root
RUN go get github.com/linkedin/goavro/v2
RUN chown -R ${USER_NAME}:${GROUP_ID} ${DOCKER_HOME_DIR}/.cache
UserSpecificDocker

Expand Down

0 comments on commit 7328760

Please sign in to comment.