Skip to content

Commit

Permalink
feat: move to apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nhawk authored Jun 26, 2024
1 parent 4ddca3b commit 855271d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sidecarDockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM quay.io/cdis/golang:1.22-bullseye

RUN apk update && apk add --no-cache git ca-certificates gcc musl-dev git fuse jq curl bash python3-dev py-pip libffi-dev
RUN apt-get update \
&& apt-get install git ca-certificates gcc fuse jq curl

RUN mkdir -p $GOPATH/src/github.com/uc-cdis/gen3-fuse
WORKDIR $GOPATH/src/github.com/uc-cdis/gen3-fuse
Expand Down

0 comments on commit 855271d

Please sign in to comment.