Skip to content

Commit

Permalink
fix dockerfile again
Browse files Browse the repository at this point in the history
  • Loading branch information
fffunke committed Feb 5, 2025
1 parent 7214fcc commit b67fa87
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ RUN apk add --no-cache --upgrade \
-G "${BRUDI_USER}" \
"${BRUDI_USER}"

RUN curl -fsSL https://packages.redis.io/gpg | gpg --dearmor -o /usr/share/keyrings/redis-archive-keyring.gpg && \
chmod 644 /usr/share/keyrings/redis-archive-keyring.gpg && \
echo "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://packages.redis.io/deb $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/redis.list && \
apt-get update && \
apt-get install redis-tools=6:7.2.5-1rl1~noble1

USER ${BRUDI_USER}

ENTRYPOINT ["brudi"]

0 comments on commit b67fa87

Please sign in to comment.