1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 21:57:38 +03:00

Update VB/c#/f# from vivid to xenial and add tzdata.

This commit is contained in:
Joel Martin 2024-08-01 17:24:40 -05:00
parent fe218df3d2
commit 714b718bd0
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:vivid
FROM ubuntu:xenial
MAINTAINER Joel Martin <github@martintribe.org>
##########################################################
@ -22,4 +22,4 @@ WORKDIR /mal
##########################################################
# Deps for Mono-based languages (C#, VB.Net)
RUN apt-get -y install mono-runtime mono-mcs mono-vbnc mono-devel
RUN apt-get -y install tzdata mono-runtime mono-mcs mono-vbnc mono-devel

View File

@ -1,4 +1,4 @@
FROM ubuntu:vivid
FROM ubuntu:xenial
MAINTAINER Joel Martin <github@martintribe.org>
##########################################################
@ -22,6 +22,6 @@ WORKDIR /mal
##########################################################
# Deps for Mono-based languages (C#, VB.Net)
RUN apt-get -y install mono-runtime mono-mcs mono-vbnc mono-devel
RUN apt-get -y install tzdata mono-runtime mono-mcs mono-vbnc mono-devel
RUN apt-get -y install fsharp

View File

@ -1,4 +1,4 @@
FROM ubuntu:vivid
FROM ubuntu:xenial
MAINTAINER Joel Martin <github@martintribe.org>
##########################################################
@ -22,4 +22,4 @@ WORKDIR /mal
##########################################################
# Deps for Mono-based languages (C#, VB.Net)
RUN apt-get -y install mono-runtime mono-mcs mono-vbnc mono-devel
RUN apt-get -y install tzdata mono-runtime mono-mcs mono-vbnc mono-devel