Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
dmt
Commits
f516eaf4
Commit
f516eaf4
authored
Jul 29, 2019
by
Thanassis Tsiodras
Browse files
Compiler version bumped up.
parent
09f474db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
f516eaf4
...
...
@@ -5,7 +5,7 @@ RUN cat /etc/apt/apt.conf.d/99badproxies
RUN
apt-get update
RUN
apt-get
install
-y
libxslt-dev libxml2-dev python-psycopg2 mono-runtime libmono-system-data4.0-cil libmono-system-web4.0-cil libfsharp-core4.3-cil
RUN
apt-get
install
-y
wget python3-pip
RUN
wget
-O
-
-q
https://github.com/ttsiodras/asn1scc/releases/download/4.
1e
/asn1scc-bin-4.
1e
.tar.bz2 |
tar
jxvf -
RUN
wget
-O
-
-q
https://github.com/ttsiodras/asn1scc/releases/download/4.
2.0.1.f
/asn1scc-bin-4.
2.0.1f
.tar.bz2 |
tar
jxvf -
RUN
apt-get
install
-y
python-pip
RUN
wget
-O
-
-q
https://github.com/ttsiodras/DataModellingTools/files/335591/antlr-2.7.7.tar.gz |
tar
zxvf -
;
cd
antlr-2.7.7/lib/python
;
pip2
install
.
RUN
pip2
install
SQLAlchemy psycopg2
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment