Skip to content
Snippets Groups Projects
Verified Commit 7ba11189 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add missing apt update to nginx docker build.

parent ca46876a
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ FROM nginx
RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d
RUN apt update
RUN apt install -y libjs-bootstrap4 fonts-font-awesome libjs-jquery libjs-popper.js libjs-jquery-datatables
RUN mkdir /srv/media
......
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