Skip to content

Commit

Permalink
Use older libsodium which is compatible with libnacl
Browse files Browse the repository at this point in the history
  • Loading branch information
uio-torjus committed Jan 5, 2024
1 parent 982eb43 commit 172380a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion containers/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ FROM docker.io/python:${PYTHON_VERSION}-alpine AS base
RUN apk --no-cache add \
libmagic \
libpq \
libsodium \
sudo

# Temporary workaround for libnacl not supporting new version of libsodium
RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/v3.18/main "libsodium=1.0.18-r3"


FROM docker.io/python:${PYTHON_VERSION}-alpine AS build

Expand Down

0 comments on commit 172380a

Please sign in to comment.