install bash to container
This commit is contained in:
parent
dd17e0353a
commit
024578a659
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue