Skip to content

Commit

Permalink
Dockerfile: fix Confluent key issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyYakeley committed May 29, 2021
1 parent 32670cc commit 2d69823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM commercialhaskell/stackage:lts17
ENV DEBIAN_FRONTEND noninteractive
RUN echo 2021-05-29
RUN wget -qO - https://packages.confluent.io/deb/5.2/archive.key | apt-key add -
RUN apt-get update
RUN apt-get purge -y msodbcsql17
RUN apt-get upgrade -y
Expand Down

0 comments on commit 2d69823

Please sign in to comment.