Skip to content
Snippets Groups Projects
Unverified Commit a2a84e03 authored by Ismaël Bouya's avatar Ismaël Bouya
Browse files

update docker image

parent 6fe0dc0d
No related branches found
No related tags found
No related merge requests found
Pipeline #32561 passed
FROM debian:bookworm-slim
FROM debian:bullseye-slim
LABEL maintainer="elois <elois@duniter.org>"
LABEL version="0.1.0"
......@@ -6,7 +6,7 @@ LABEL description="Gitlab webhook to XMPP MUC bot"
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get -y update && \
apt-get -y install libssl-dev
apt-get -y install libssl-dev libssl1.1
RUN adduser --home /var/lib/gitbot gitbot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment