Install yajl in the docker image

This commit is contained in:
Correl Roush 2022-07-27 23:30:24 -04:00
parent 5e641a23e4
commit 90aa293169

View file

@ -40,7 +40,7 @@ ENV TUTOR_PORT=8888 \
TUTOR_DATABASE=/tutor.db \
TUTOR_STATIC=/www
RUN apk add sqlite
RUN apk add yajl
COPY --from=builder /venv /venv
COPY --from=frontend /www/public /www
COPY docker-entrypoint.sh tables.sql ./