install bash to container

This commit is contained in:
Kegan Myers 2023-07-23 15:07:55 -05:00
parent dd17e0353a
commit 024578a659

View file

@ -14,7 +14,7 @@ LABEL org.opencontainers.image.title="akkoma" \
org.opencontainers.image.revision=$VCS_REF \
org.opencontainers.image.created=$BUILD_DATE
RUN apk add git gcc g++ musl-dev make cmake file-dev exiftool ffmpeg imagemagick libmagic ncurses postgresql-client
RUN apk add git gcc g++ musl-dev make cmake file-dev exiftool ffmpeg imagemagick libmagic ncurses postgresql-client bash
EXPOSE 4000