Skip to content
Snippets Groups Projects
Commit fd56db6d authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

added cli-ux because accent misses this dependency

parent 4c576673
No related branches found
No related tags found
No related merge requests found
Pipeline #7508 failed
...@@ -8,7 +8,7 @@ RUN echo "deb http://apt.postgresql.org/pub/repos/apt bullseye-pgdg main" > /etc ...@@ -8,7 +8,7 @@ RUN echo "deb http://apt.postgresql.org/pub/repos/apt bullseye-pgdg main" > /etc
RUN apt update && apt install -y borgbackup postgresql-client-15 && rm -rf /var/lib/apt/lists/* RUN apt update && apt install -y borgbackup postgresql-client-15 && rm -rf /var/lib/apt/lists/*
ENV DEBIAN_FRONTEND= ENV DEBIAN_FRONTEND=
RUN npm i -g accent-cli knex nodemon RUN npm i -g cli-ux accent-cli knex nodemon
RUN mkdir /data && chown 1000:1000 /data RUN mkdir /data && chown 1000:1000 /data
VOLUME ["/data"] VOLUME ["/data"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment