Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit 4106b54

Browse files
committed
switched to juliareleases
1 parent e617329 commit 4106b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ubuntu:14.04
44

55
RUN apt-get install git software-properties-common curl wget gettext libcairo2 libpango1.0-0 -y && \
66
add-apt-repository ppa:staticfloat/julia-deps -y && \
7-
add-apt-repository ppa:staticfloat/julianightlies -y && \
7+
add-apt-repository ppa:staticfloat/juliareleases -y && \
88
apt-get update -qq -y && \
99
apt-get install libpcre3-dev julia -y && \
1010
julia -e 'Pkg.init(); Pkg.update()' && \

0 commit comments

Comments
 (0)