Install yajl in the docker image
This commit is contained in:
parent
5e641a23e4
commit
90aa293169
1 changed files with 1 additions and 1 deletions
|
@ -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 ./
|
||||
|
|
Loading…
Reference in a new issue