code stringlengths 2 1.05M | repo_name stringlengths 5 101 | path stringlengths 4 991 | language stringclasses 3
values | license stringclasses 5
values | size int64 2 1.05M |
|---|---|---|---|---|---|
FROM balenalib/aarch64-ubuntu:focal-build
LABEL io.balena.device-type="jetson-xavier-nx-devkit"
RUN echo "deb https://repo.download.nvidia.com/jetson/common r32.4 main" >> /etc/apt/sources.list.d/nvidia.list \
&& echo "deb https://repo.download.nvidia.com/jetson/t194 r32.4 main" >> /etc/apt/sources.list.d/nvidia.lis... | nghiant2710/base-images | balena-base-images/device-base/jetson-xavier-nx-devkit/ubuntu/focal/build/Dockerfile | Dockerfile | apache-2.0 | 1,541 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-fedora:31-run
ENV GO_VERSION 1.14.13
# gcc for cgo
RUN dnf install -y \
gcc-c++ \
gcc \
git \
&& dnf clean all
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "445b719ebf46d882536... | nghiant2710/base-images | balena-base-images/golang/raspberrypi4-64/fedora/31/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,078 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-debian:bookworm-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu67 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/jetson-nano/debian/bookworm/3.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,535 |
FROM hurence/logisland-hdp2.5
MAINTAINER Hurence
USER root
RUN cd /usr/local; \
wget http://mirrors.standaloneinstaller.com/apache/maven/maven-3/3.5.0/binaries/apache-maven-3.5.0-bin.tar.gz; \
tar -xzf apache-maven-3.5.0-bin.tar.gz;
ENV PATH /usr/local/apache-maven-3.5.0/bin:$PATH
RUN yum install -y java-1... | Hurence/logisland-flow-analytics-ml-jobs | docker/Dockerfile | Dockerfile | apache-2.0 | 1,610 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-alpine:3.13-build
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \... | resin-io-library/base-images | balena-base-images/node/jetson-tx2/alpine/3.13/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,949 |
FROM node:10-alpine
LABEL version="2.4.2" \
description="whistle 基于Node实现的跨平台web调试代理工具" \
maintainer="wwek<licoolgo@gmail.com>"
# whistle
RUN npm config set registry https://registry.npm.taobao.org -g \
&& npm install whistle@2.4.2 -g \
&& w2 help
# Install plugins
RUN npm i -g whistle.inspect \
... | wwek/docker | whistle/2.4.2/Dockerfile | Dockerfile | apache-2.0 | 787 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-debian:buster-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python depen... | resin-io-library/base-images | balena-base-images/python/am571x-evm/debian/buster/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,091 |
# AUTOGENERATED FILE
FROM balenalib/edge-debian:bookworm-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependenc... | resin-io-library/base-images | balena-base-images/python/edge/debian/bookworm/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,096 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-fedora:31-run
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv... | nghiant2710/base-images | balena-base-images/python/blackboard-tx2/fedora/31/3.7.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,436 |
# AUTOGENERATED FILE
FROM balenalib/floyd-nano-fedora:33-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv",... | resin-io-library/base-images | balena-base-images/python/floyd-nano/fedora/33/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 2,438 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-zero-alpine:edge-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon M... | resin-io-library/base-images | balena-base-images/python/orange-pi-zero/alpine/edge/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,840 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-ubuntu:focal-build
ENV NODE_VERSION 12.22.9
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserve... | resin-io-library/base-images | balena-base-images/node/imx8m-var-dart/ubuntu/focal/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,755 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-fedora:32-run
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", si... | nghiant2710/base-images | balena-base-images/python/coral-dev/fedora/32/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,431 |
# AUTOGENERATED FILE
FROM balenalib/revpi-connect-alpine:3.13-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk ... | nghiant2710/base-images | balena-base-images/python/revpi-connect/alpine/3.13/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,133 |
FROM balenalib/armv7hf-alpine:3.11-build
LABEL io.balena.device-type="kitra520"
RUN apk add --update \
less \
nano \
net-tools \
ifupdown \
usbutils \
gnupg \
&& rm -rf /var/cache/apk/*
RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image (Fo... | nghiant2710/base-images | balena-base-images/device-base/kitra520/alpine/3.11/build/Dockerfile | Dockerfile | apache-2.0 | 1,017 |
# AUTOGENERATED FILE
FROM balenalib/floyd-nano-ubuntu:focal-build
ENV NODE_VERSION 12.22.9
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ke... | resin-io-library/base-images | balena-base-images/node/floyd-nano/ubuntu/focal/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,751 |
FROM coturn/coturn:4.5.2-alpine
USER root
RUN apk add --no-cache bind-tools grep curl
# Override detect-external-ip.sh script
COPY ./detect-external-ip.sh /usr/local/bin/detect-external-ip.sh
COPY ./docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
COPY ./discover-internal-ip.sh /usr/local/bin/discover-intern... | OpenVidu/openvidu | openvidu-server/docker/openvidu-coturn/Dockerfile | Dockerfile | apache-2.0 | 720 |
# AUTOGENERATED FILE
FROM balenalib/smarc-px30-alpine:edge-build
ENV NODE_VERSION 14.16.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do ... | nghiant2710/base-images | balena-base-images/node/smarc-px30/alpine/edge/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,957 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi2-ubuntu:cosmic-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: pu... | nghiant2710/base-images | balena-base-images/python/raspberrypi2/ubuntu/cosmic/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 5,206 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-ubuntu:xenial-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC9... | resin-io-library/base-images | balena-base-images/python/genericx86-64-ext/ubuntu/xenial/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,844 |
# AUTOGENERATED FILE
FROM balenalib/beagleboard-xm-ubuntu:focal-run
ENV Logging__Console__FormatterName=Json
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
ca-certificates \
\
# .NET Core dependencies
libc6 \
libgcc1 \
... | resin-io-library/base-images | balena-base-images/dotnet/beagleboard-xm/ubuntu/focal/6.0-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,201 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-fedora:36-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", s... | resin-io-library/base-images | balena-base-images/python/n510-tx2/fedora/36/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,436 |
# AUTOGENERATED FILE
FROM balenalib/amd64-alpine:3.12-run
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C5166006599AA17F... | nghiant2710/base-images | balena-base-images/node/amd64/alpine/3.12/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,025 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-debian:bullseye-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
li... | nghiant2710/base-images | balena-base-images/dotnet/beaglebone-green-wifi/debian/bullseye/5.0-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,960 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-ubuntu:focal-build
ENV GO_VERSION 1.16.3
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "0cfbfa848a1ab81e2aa2dd257c2b3572c3637d32562b1eaa6aeadb2909911606 go$GO_VERSION... | nghiant2710/base-images | balena-base-images/golang/odroid-ux3/ubuntu/focal/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,026 |
# AUTOGENERATED FILE
FROM balenalib/nuc-fedora:33-run
ENV NODE_VERSION 14.15.4
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.pool.sks-ke... | nghiant2710/base-images | balena-base-images/node/nuc/fedora/33/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,749 |
FROM phusion/baseimage:latest
MAINTAINER Luis Siqueira, siqueira@roove.com.br
ENV DEBIAN_FRONTEND noninteractive
ENV LIBEV_FLAGS=4
RUN apt-get upgrade -y
RUN apt-get update --fix-missing
RUN apt-get install python3 -y
RUN apt-get install libssl1.0.0 --force-yes -y
## postgres dev symbols
RUN apt-get install -y libp... | luissiqueira/docker-ubuntu-python3 | Dockerfile | Dockerfile | apache-2.0 | 747 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-ubuntu:bionic-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install p... | nghiant2710/base-images | balena-base-images/python/parallella-hdmi-resin/ubuntu/bionic/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,080 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-debian:buster-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/aarch64/debian/buster/6.0-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,522 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-fedora:35-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", ... | resin-io-library/base-images | balena-base-images/python/intel-nuc/fedora/35/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,452 |
FROM ethereum/client-go:v1.5.8
RUN apk --update --no-cache add bash curl jq
ADD start.sh curlrpc.sh keyfind.sh start.sh genesis.json /
RUN chmod a+x /*.sh
ENTRYPOINT []
| y12studio/dltdojo | dockerfiles/ethereumgo/Dockerfile | Dockerfile | apache-2.0 | 176 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-seeed-2mic-hat-fedora:33-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean ... | resin-io-library/base-images | balena-base-images/python/jetson-xavier-nx-devkit-seeed-2mic-hat/fedora/33/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 2,466 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-fedora:33-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv",... | nghiant2710/base-images | balena-base-images/python/up-squared/fedora/33/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,452 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-nx-devkit-fedora:34-run
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserve... | resin-io-library/base-images | balena-base-images/node/jetson-tx2-nx-devkit/fedora/34/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,751 |
FROM ubuntu:trusty
MAINTAINER lanzx
ADD sources.list /etc/apt/
WORKDIR /
RUN apt-get update
RUN apt-get install curl -y
RUN apt-get install wget -y
RUN apt-get install xz-utils -y
RUN echo 'base install complated'
# nodejs
RUN apt-get install python -y
RUN apt-get install g++ gcc -y
RUN apt-get install make -y
... | elancom/dockers | nodejs/4.4.1/Dockerfile | Dockerfile | apache-2.0 | 891 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-alpine:3.12-build
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dirn... | nghiant2710/base-images | balena-base-images/openjdk/jetson-nano/alpine/3.12/7-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,760 |
# Copyright 2018 The gRPC Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writ... | vjpai/grpc | tools/dockerfile/test/csharp_buster_x64/Dockerfile | Dockerfile | apache-2.0 | 2,971 |
FROM node:14.16.1
COPY ./ ./
RUN npm install
ENV NODE_ENV production
ENV DATABASE mongo
EXPOSE 8080
CMD ["node", "app.js"]
| lneves/FrameworkBenchmarks | frameworks/JavaScript/fastify/fastify.dockerfile | Dockerfile | bsd-3-clause | 128 |
FROM ubuntu
Maintainer Garrett Rodrigues "grod@google.com"
RUN apt-get update
RUN apt-get install -y tar git curl nano wget dialog net-tools build-essential vim
RUN apt-get install -y python python-dev python-distribute python-pip
RUN apt-get install -y gfortran libopenblas-dev liblapack-dev
ADD simple_app.py /
ADD sto... | piosz/test-infra | mungegithub/issue_labeler/Dockerfile | Dockerfile | apache-2.0 | 447 |
FROM centos:6.8
MAINTAINER Jonathan Sartin <jonathan@opennms.org>
ENV REFRESHED_AT 2016-09-05-01
RUN yum install -y epel-release && \
yum update -y && \
yum -y install cronie httpd httpd-devel mysql mod_perl perl-core \
"perl(Crypt::SSLeay)" "perl(Net::LDAP)" "perl(URI)" \
procmail "perl(Date::Format)" ... | blackpoplar/docker-otrs-integration | Dockerfile | Dockerfile | mit | 1,062 |
FROM openjdk:7-slim
LABEL \
author="Maxime Garcia" \
description="MuTect 1.1.5 image for use in CAW" \
maintainer="maxime.garcia@scilifelab.se"
# Install libraries
RUN \
apt-get update && apt-get install -y --no-install-recommends \
wget \
&& rm -rf /var/lib/apt/lists/*
# Setup ENV variables
ENV \
MU... | marcelm/CAW | containers/mutect1/Dockerfile | Dockerfile | mit | 813 |
FROM davidjfelix/pyohio2015
WORKDIR /opt
ENTRYPOINT ["python"]
CMD ["-m", "cProfile", "-s", "tottime", "main.py"]
COPY ./requirements.txt /opt/requirements.txt
RUN ["pip3", "install", "-r", "requirements.txt"]
COPY ./main.py /opt/main.py
| DavidJFelix/pyohio2015 | code/websocket/tornado/Dockerfile | Dockerfile | mit | 240 |
FROM haskell:latest
RUN mkdir /usr/src/app
COPY haskell-spock.cabal /usr/src/app/haskell-spock.cabal
WORKDIR /usr/src/app
RUN stack init
RUN stack install base
RUN stack install Spock
RUN stack install text
COPY . /usr/src/app
RUN pwd
RUN stack build --fast
CMD stack exec haskell-spock
| hasura/quickstart-docker-git | haskell-spock/Dockerfile | Dockerfile | mit | 291 |
FROM debian:stable-slim
ENV LISTENING_PORT=7654
EXPOSE ${LISTENING_PORT}
RUN PACKAGES=" \
n2n \
"; set -x \
&& apt update \
&& apt install -y ${PACKAGES} \
&& apt clean \
&& rm -rf /var/lib/apt/lists/*
CMD /usr/bin/supernode -l ${LISTENING_PORT}
| petrknap/trunk | docker/n2n-supernode/v1/Dockerfile | Dockerfile | mit | 278 |
FROM alpine:latest
LABEL maintainer="Ricardo Rebello Sierra <contato@ricardosierra.com.br>"
## https://github.com/sindresorhus/speed-test
# speed-test(){
# docker run -it --rm \
# --net host \
# ondrejmo/speed-test "$@"
# }
RUN apk update && apk add nodejs \
&& rm -rf /var/cache/apk/*
RUN npm install -g ... | ricardorsierra/dockerfiles | speed-test/Dockerfile | Dockerfile | mit | 384 |
FROM ubuntu:16.04
RUN apt-get update; \
DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends install --yes \
git wget build-essential python-dev ipython ipython-notebook python-pip \
python-numpy python-scipy python-matplotlib python-pandas python-sympy \
python-nose python-sklearn libsndfile-d... | mohitsethi/Python-Data-Mining-Cookbook | Chapter-01/scikit-audiolab/Dockerfile | Dockerfile | mit | 357 |
# Dockerfile for an ArchLinux image containing MongoDB.
# Starts mongod instance by default.
#
# Licensed under MIT License, for details see 'LICENSE'.
FROM ygrenzinger/archlinux-arm
MAINTAINER ralph.greschner.dev@gmail.com
RUN pacman -Syyu --noconfirm; pacman-db-upgrade;
RUN pacman -S mongodb --noconfirm; mkdir -p /... | rgreschner/docker-rpi-archlinux-mongodb | Dockerfile | Dockerfile | mit | 418 |
from webwurst/arangodb
#run foxx-manager --server.endpoint $ARANGODB_1_PORT update
#cmd [""]
| webwurst/docker-foxxmanager | Dockerfile | Dockerfile | mit | 95 |
FROM armelbuild/debian:jessie
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get -y install python-pip python-dev libffi-dev libasound2-dev python-alsaaudio python-gevent libssl-dev
RUN apt-get -y install alsa-utils
RUN wget -q -O /usr/lib/libspotify_embedded_shared.so https://github.com/sashahilton00/... | Fornoth/spotify-connect-web | Dockerfile | Dockerfile | mit | 601 |
FROM base
MAINTAINER Ladislav Prskavec <ladislav@prskavec.net>
RUN apt-get update
RUN apt-get -y upgrade
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install curl apache2 libapache2-mod-php5 vim-tiny
RUN chown -R www-data:www-data /var/www/
EXPOSE 80
EXPOSE 22
CMD ["/bin/bash"]
| abtris/devfest-2013 | apache-image/Dockerfile | Dockerfile | mit | 282 |
FROM clojure
MAINTAINER Antoine Lucas
WORKDIR /root/
RUN apt-get update && apt-get install -y zsh git vim tree screen curl
# Configure VIM
RUN mkdir -p ~/.vim/autoload ~/.vim/bundle && curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
RUN cd ~/.vim/bundle && git clone https://github.com/kien/rainbo... | alucas/clojure-env | Dockerfile | Dockerfile | mit | 705 |
FROM centos:centos7
RUN yum -y install curl \
&& mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup \
&& curl http://mirrors.163.com/.help/CentOS7-Base-163.repo -o /etc/yum.repos.d/CentOS7-Base-163.repo \
&& yum clean all \
&& yum makecache \
&& yum install -y make \
... | reliablejs/reliable-master | Dockerfile | Dockerfile | mit | 1,643 |
FROM akuederle/docker-latex-python:latest
COPY requirements.txt /tmp/requirements.txt
RUN pip install -r /tmp/requirements.txt --upgrade
ADD docker /docker
WORKDIR /opt/project
EXPOSE 5000
ENTRYPOINT ["/docker/entrypoint.sh"] | AKuederle/flask-template-master | docker/Dockerfile | Dockerfile | mit | 229 |
# Base image
FROM resin/rpi-raspbian:jessie
MAINTAINER github.com/jottr
# Install dependencies
RUN apt-get update && apt-get install -y \
python \
python-dev \
python-pip \
python-virtualenv \
--no-install-recommends \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
| jottr/rpi-python | Dockerfile | Dockerfile | mit | 291 |
FROM python:3.5-jessie
RUN apt-get update && apt-get install -y --no-install-recommends \
libav-tools \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /usr/src/app
ADD requirements.txt .
RUN pip install -r requirements.txt
COPY . .
RUN pip install -e .
| dude-pa/dude | Dockerfile | Dockerfile | mit | 263 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6x-debian:stretch-run
ENV NODE_VERSION 16.14.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver... | resin-io-library/base-images | balena-base-images/node/nitrogen6x/debian/stretch/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,938 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-s-fedora:33-build
ENV NODE_VERSION 14.18.3
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyser... | resin-io-library/base-images | balena-base-images/node/asus-tinker-board-s/fedora/33/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,760 |
# AUTOGENERATED FILE
FROM balenalib/isg-503-debian:buster-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public ... | resin-io-library/base-images | balena-base-images/python/isg-503/debian/buster/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,851 |
# AUTOGENERATED FILE
FROM balenalib/srd3-tx2-debian:buster-run
ENV NODE_VERSION 14.15.4
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver ke... | nghiant2710/base-images | balena-base-images/node/srd3-tx2/debian/buster/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,936 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-fedora:34-build
ENV GO_VERSION 1.16.14
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "8a8e06b02a5e7339675cbbad9eb46a0db2cab7da21306de7c3a60d37a6a96022 go$GO_VERSION.linu... | resin-io-library/base-images | balena-base-images/golang/armv7hf/fedora/34/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,021 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-fedora:34-run
ENV NODE_VERSION 14.15.4
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.pool.s... | nghiant2710/base-images | balena-base-images/node/kitra710/fedora/34/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,747 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-gateway-alpine:3.13-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public ke... | resin-io-library/base-images | balena-base-images/python/beaglebone-green-gateway/alpine/3.13/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,850 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-fedora:34-build
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyse... | resin-io-library/base-images | balena-base-images/node/parallella-hdmi-resin/fedora/34/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,760 |
FROM alpine
ENV SERVER_ADDR 0.0.0.0
ENV SERVER_PORT 51348
ENV PASSWORD=
ENV METHOD aes-256-cfb
ENV PROTOCOL origin
ENV OBFS http_simple
ENV TIMEOUT 300
ENV DNS_ADDR 8.8.8.8
ENV DNS_ADDR_2 8.8.4.4
RUN apk update \
&& apk add python \
libsodium \
unzip \
wget \
&& rm -rf /var/cac... | miyouzi/ch-docker-ssr | Dockerfile | Dockerfile | apache-2.0 | 720 |
# AUTOGENERATED FILE
FROM balenalib/smarc-px30-ubuntu:bionic-run
ENV GO_VERSION 1.14.14
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-g... | nghiant2710/base-images | balena-base-images/golang/smarc-px30/ubuntu/bionic/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,327 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-s-ubuntu:focal-run
ENV NODE_VERSION 14.15.4
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserve... | nghiant2710/base-images | balena-base-images/node/asus-tinker-board-s/ubuntu/focal/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,925 |
# AUTOGENERATED FILE
FROM balenalib/artik520-debian:stretch-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu57 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/artik520/debian/stretch/3.1-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,125 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-fedora:33-run
RUN dnf -y update \
&& dnf clean all \
&& dnf -y install \
gzip \
java-1.8.0-openjdk \
java-1.8.0-openjdk-devel \
tar \
&& dnf clean all
# set JAVA_HOME
ENV JAVA_HOME /usr/lib/jvm/java-openjdk
CMD ["echo","'No CMD command was set in Docker... | resin-io-library/base-images | balena-base-images/openjdk/beaglebone-black/fedora/33/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,322 |
# Jenkins on tomcat + nginx
# =========================
# ## Description:
#
# Dockerfile for running
# Jenkins on top of Tomcat (with
# nginx serving the static content)
# within a docker container.
#
# ## Maintainer(s)
#
# Jonathan Rosado Lugo <jonathan.rosado-lugo@hp.com>
# Ricardo Quintana <ricardo.quintana@hp... | jrosadohp/jenkins-tomcat-nginx | Dockerfile | Dockerfile | apache-2.0 | 3,411 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-alpine:edge-build
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do ... | nghiant2710/base-images | balena-base-images/node/apalis-imx6/alpine/edge/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,956 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-ubuntu:cosmic-build
ENV GO_VERSION 1.15.7
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "16da0e296dabb6c1199ccaa2de1a83e679ae2512263f6e05923319f4903beac1 go$GO_VERSION.li... | nghiant2710/base-images | balena-base-images/golang/fincm3/ubuntu/cosmic/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,024 |
# AUTOGENERATED FILE
FROM balenalib/amd64-alpine:edge-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk add --no... | nghiant2710/base-images | balena-base-images/python/amd64/alpine/edge/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,576 |
# AUTOGENERATED FILE
FROM balenalib/aio-3288c-fedora:33-run
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", si... | resin-io-library/base-images | balena-base-images/python/aio-3288c/fedora/33/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 2,432 |
FROM php:5.6-apache
MAINTAINER Jason Callaway <jcallawa@redhat.com>
COPY index.php /var/www/html/
RUN rm -f /var/www/html/index.html
EXPOSE 80
CMD ["sh", "-c", "apache2-foreground"]
| jason-callaway/eclipsedd-demo | Dockerfile | Dockerfile | apache-2.0 | 186 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-debian:sid-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install pyth... | resin-io-library/base-images | balena-base-images/python/parallella-hdmi-resin/debian/sid/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,096 |
# AUTOGENERATED FILE
FROM balenalib/generic-ubuntu:xenial-build
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.po... | nghiant2710/base-images | balena-base-images/node/generic/ubuntu/xenial/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,761 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-emmc-debian:buster-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
... | nghiant2710/base-images | balena-base-images/dotnet/jetson-xavier-nx-devkit-emmc/debian/buster/5.0-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,965 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-alpine:3.11-run
ENV GO_VERSION 1.16
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && ... | nghiant2710/base-images | balena-base-images/golang/firefly-rk3288/alpine/3.11/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,467 |
FROM balenalib/amd64-alpine:3.15-run
LABEL io.balena.device-type="qemux86-64"
RUN apk add --update \
less \
nano \
net-tools \
ifupdown \
usbutils \
gnupg \
&& rm -rf /var/cache/apk/*
RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image (For ... | resin-io-library/base-images | balena-base-images/device-base/qemux86-64/alpine/3.15/run/Dockerfile | Dockerfile | apache-2.0 | 1,028 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-ubuntu:focal-build
ENV NODE_VERSION 14.16.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha... | nghiant2710/base-images | balena-base-images/node/jetson-tx2/ubuntu/focal/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,757 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-debian:sid-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependenc... | nghiant2710/base-images | balena-base-images/python/odroid-c1/debian/sid/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,088 |
# AUTOGENERATED FILE
FROM balenalib/ts4900-debian:stretch-run
ENV GO_VERSION 1.15.7
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-get u... | nghiant2710/base-images | balena-base-images/golang/ts4900/debian/stretch/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,352 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-alpine:3.10-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk add... | nghiant2710/base-images | balena-base-images/python/up-squared/alpine/3.10/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,139 |
# AUTOGENERATED FILE
FROM balenalib/vab820-quad-alpine:edge-run
ENV NODE_VERSION 14.15.4
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C51660065... | nghiant2710/base-images | balena-base-images/node/vab820-quad/alpine/edge/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 3,026 |
# AUTOGENERATED FILE
FROM balenalib/nuc-fedora:32-run
ENV GO_VERSION 1.16.3
# gcc for cgo
RUN dnf install -y \
gcc-c++ \
gcc \
git \
&& dnf clean all
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "951a3c7c6ce4e56ad883f97d9db74d3d... | nghiant2710/base-images | balena-base-images/golang/nuc/fedora/32/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,079 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-ubuntu:cosmic-build
ENV GO_VERSION 1.14.14
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "511d764197121f212d130724afb9c296f0cb4a22424e5ae956a5cc043b0f4a29 go$GO_VERSION.linux-arm64.tar.gz"... | nghiant2710/base-images | balena-base-images/golang/photon-nano/ubuntu/cosmic/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,002 |
# AUTOGENERATED FILE
FROM balenalib/imx7-var-som-alpine:3.11-run
ENV NODE_VERSION 14.16.1
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C5166006... | nghiant2710/base-images | balena-base-images/node/imx7-var-som/alpine/3.11/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 3,027 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-ubuntu:cosmic-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python depen... | nghiant2710/base-images | balena-base-images/python/am571x-evm/ubuntu/cosmic/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,443 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-ubuntu:eoan-run
ENV NODE_VERSION 15.10.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.co... | nghiant2710/base-images | balena-base-images/node/revpi-core-3/ubuntu/eoan/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,916 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-alpine:3.13-build
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
... | nghiant2710/base-images | balena-base-images/node/armv7hf/alpine/3.13/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,952 |
FROM balenalib/aarch64-alpine:edge-build
LABEL io.balena.device-type="n310-tx2"
RUN apk add --update \
less \
nano \
net-tools \
ifupdown \
usbutils \
gnupg \
&& rm -rf /var/cache/apk/*
RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image (Fo... | resin-io-library/base-images | balena-base-images/device-base/n310-tx2/alpine/edge/build/Dockerfile | Dockerfile | apache-2.0 | 1,017 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-fedora:33-run
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualen... | nghiant2710/base-images | balena-base-images/python/generic-aarch64/fedora/33/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 2,438 |
# AUTOGENERATED FILE
FROM balenalib/nanopc-t4-alpine:3.12-build
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
... | nghiant2710/base-images | balena-base-images/node/nanopc-t4/alpine/3.12/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,954 |
FROM adoptopenjdk/openjdk8:jdk8u212-b03
RUN export TERM=xterm
# Add the User
RUN adduser -system --gid 0 maproulette
# Apt-Get for basic packages
RUN apt-get update && apt-get upgrade -y && apt-get install -y apt-transport-https gnupg2
RUN echo "deb https://dl.bintray.com/sbt/debian /" | tee -a /etc/apt/sources.lis... | mgcuthbert/maproulette2-docker | api/Dockerfile | Dockerfile | apache-2.0 | 1,832 |
# AUTOGENERATED FILE
FROM balenalib/photon-xavier-nx-debian:buster-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python... | nghiant2710/base-images | balena-base-images/python/photon-xavier-nx/debian/buster/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,474 |
#
# VERSION 0.0.1
FROM ubuntu:14.04
MAINTAINER Eric Busboom "eric@clarinova.com"
VOLUME /cache
RUN apt-get install -y curl
RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/clarinova/ambry/master/support/install-ubuntu.sh)"
RUN apt-get install -y openssh-server
RUN mkdir /var/run/sshd
RUN ec... | sdrdl/ipydoc | docker/Dockerfile | Dockerfile | bsd-2-clause | 423 |
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
WORKDIR /app
COPY Benchmarks .
RUN dotnet publish -c Release -o out
FROM mcr.microsoft.com/dotnet/aspnet:5.0 AS runtime
ENV ASPNETCORE_URLS http://+:8080
WORKDIR /app
COPY --from=build /app/out ./
COPY Benchmarks/appsettings.mysql.json ./appsettings.json
ENTRYPOINT ["dot... | volyrique/FrameworkBenchmarks | frameworks/CSharp/aspnetcore/aspcore-mw-dap-my.dockerfile | Dockerfile | bsd-3-clause | 432 |
FROM ubuntu:19.10
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
RUN apt-get update -yqq > /dev/null && \
apt-get install -yqq nginx git unzip php7.4 php7.4-common php7.4-cli php7.4-fpm ... | greenlaw110/FrameworkBenchmarks | frameworks/PHP/phalcon/phalcon-mongodb.dockerfile | Dockerfile | bsd-3-clause | 865 |
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.166.1/containers/java/.devcontainer/base.Dockerfile
# [Choice] Java version: 11, 15
ARG VARIANT="15"
FROM mcr.microsoft.com/vscode/devcontainers/java:0-${VARIANT}
# [Option] Install Maven
ARG INSTALL_MAVEN="false"
ARG MAVEN_VERS... | glenngillen/dotfiles | .vscode/extensions/ms-vscode-remote.remote-containers-0.166.1/dist/node_modules/vscode-dev-containers/containers/java/.devcontainer/Dockerfile | Dockerfile | mit | 1,326 |
FROM python:2.7
ADD requirements.txt /app/requirements.txt
WORKDIR /app/
RUN pip install -r requirements.txt
RUN adduser --disabled-password --gecos '' myuser | ilonajulczuk/docker-django-celery | Dockerfile | Dockerfile | mit | 159 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.