We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4352301 commit 226028eCopy full SHA for 226028e
3 files changed
.dockerignore
@@ -5,6 +5,5 @@ build/
5
dist/
6
data/
7
env/
8
-etc/
9
tmp/
10
var/
Dockerfile
@@ -24,6 +24,7 @@ RUN mkdir -p /srv/lib/timeside
24
WORKDIR /srv/lib
25
26
# install confs, keys and deps
27
+COPY ./etc/apt/sources.list /etc/apt/
28
RUN apt-get update && apt-get install -y apt-transport-https
29
COPY debian-requirements.txt /srv/lib/
30
RUN apt-get update && \
etc/apt/sources.list
@@ -1,4 +1,5 @@
1
deb http://deb.debian.org/debian jessie main
2
-deb http://security.debian.org/debian-security jessie/updates main
+
3
+#deb http://security.debian.org/debian-security jessie/updates main
4
deb https://deb.nodesource.com/node_10.x jessie main
0 commit comments