Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
emalinowski authored Nov 4, 2024
1 parent a195fd0 commit 5703eb6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,15 @@ RUN GITCOMMIT=$(git rev-parse HEAD) \
#RUN echo "nobody:x:65534:65534:Nobody:/:" > /etc_passwd

FROM quay.io/cdis/golang-build-base:master
RUN yum -y install postgresql13
RUN dnf update \
--assumeyes \
&& dnf install \
--assumeyes \
--setopt=install_weak_deps=False \
--setopt=tsflags=nodocs \
postgresql13 \
&& dnf clean all \
&& rm -rf /var/cache/yum
#COPY --from=build-deps /etc_passwd /etc/passwd
COPY --from=build-deps /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=build-deps /go/src/github.com/uc-cdis/arborist/ /go/src/github.com/uc-cdis/arborist/
Expand Down

0 comments on commit 5703eb6

Please sign in to comment.