more target frameworks
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
FROM microsoft/aspnet:1.0.0-rc1-update1
|
||||
|
||||
RUN printf "deb http://ftp.us.debian.org/debian jessie main\n" >> /etc/apt/sources.list
|
||||
RUN apt-get -qq update && apt-get install -qqy sqlite3 libsqlite3-dev && rm -rf /var/lib/apt/lists/*
|
||||
FROM microsoft/aspnet:1.0.0-rc1-update2
|
||||
|
||||
RUN printf "deb http://ftp2.fr.debian.org/debian/ stable main contrib non-free\n" >> /etc/apt/sources.list
|
||||
# RUN apt-get -qq update && apt-get install -qqy sqlite3 libsqlite3-dev && rm -rf /var/lib/apt/lists/*
|
||||
RUN apt-get -qq update && apt-get install -qqy postgresql-9.5 postgresql-client-9.5 && rm -rf /var/lib/apt/lists/*
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
RUN ["dnu", "restore"]
|
||||
|
@ -40,7 +40,8 @@
|
||||
"System.Json": "4.0.20126.16343"
|
||||
}
|
||||
},
|
||||
"net451": {}
|
||||
"net451": {},
|
||||
".NETFramework,Version=v4.5.1": {}
|
||||
},
|
||||
"exclude": [
|
||||
"wwwroot",
|
||||
|
Reference in New Issue
Block a user