Skip to content

Commit

Permalink
fix: add libsasl2 to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodus committed Oct 9, 2023
1 parent 93f29f4 commit 9aa0288
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.69-bullseye AS build
FROM rust:1.73-bullseye AS build

ARG GH_USER
ARG GH_TOKEN
Expand Down Expand Up @@ -28,6 +28,7 @@ RUN cargo build --release --bin graph-gateway --color=always
FROM debian:bullseye-slim

RUN apt-get update && apt-get install -y \
libsasl2-dev \
libssl1.1 \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 9aa0288

Please sign in to comment.