Skip to content

Commit

Permalink
updated to newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed May 29, 2020
1 parent 8a19ad4 commit b1e4bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ubuntu:16.04
FROM ubuntu:19.10
MAINTAINER hanzov69 (Christian Sullivan)
RUN apt-get update &&\
apt-get install -y libgtk-3-0 libgtk2.0-0 libgconf-2-4 \
libasound2 libxtst6 libxss1 libnss3 xvfb cron logrotate curl
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
RUN apt-get install -y nodejs
RUN mkdir -p /usr/src/app
COPY ./templates/log-rotation /etc/logrotate.d/my-cron-job
Expand Down

0 comments on commit b1e4bcc

Please sign in to comment.