Skip to content

Commit

Permalink
add https credential for DAL
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhiHanZ committed Nov 25, 2021
1 parent 99596d2 commit 1ff1469
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/meta/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM debian:bullseye
ARG TARGETPLATFORM
RUN apt-get update
RUN apt-get install -y apt-transport-https ca-certificates
COPY ./distro/$TARGETPLATFORM/databend-meta /databend-meta
ENTRYPOINT ["bash"]
2 changes: 2 additions & 0 deletions docker/query/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM debian:bullseye
ARG TARGETPLATFORM
RUN apt-get update
RUN apt-get install -y apt-transport-https ca-certificates
COPY ./distro/$TARGETPLATFORM/databend-query /databend-query
ENTRYPOINT ["bash"]

0 comments on commit 1ff1469

Please sign in to comment.