bug 1035. Load role permissions from nbi.py 'valid_url_methods' instead of 'resources...
[osm/NBI.git] / Dockerfile.fromdeb
index f6139b7..9c3e245 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# This creates som/NBI docker from from last stable package
+# This creates osm/NBI docker from from last stable package
 
 FROM ubuntu:16.04
 
 ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian
 ARG RELEASE=ReleaseFIVE
 ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg
-ARG REPOSITORY=testing
+ARG REPOSITORY=stable
 
 RUN apt-get update && apt-get install -y curl software-properties-common
 RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add -