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
# AUTOGENERATED FILE FROM balenalib/i386-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 --no-...
nghiant2710/base-images
balena-base-images/python/i386/alpine/3.10/3.9.1/run/Dockerfile
Dockerfile
apache-2.0
4,124
# AUTOGENERATED FILE FROM balenalib/npe-x500-m3-ubuntu:bionic-build RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu60 \ libssl1.1 \ l...
resin-io-library/base-images
balena-base-images/dotnet/npe-x500-m3/ubuntu/bionic/3.1-aspnet/build/Dockerfile
Dockerfile
apache-2.0
3,123
FROM centos:7 RUN yum makecache \ && yum install -y git \ && yum install -y make autoconf automake gcc gcc-c++ libtool \ && yum install -y openssh-clients openssl \ && yum install -y rpm-build yum-utils createrepo \ && yum install -y bash-completion sudo wget which zip unzip tree yajl epel-release net-tools \ &&...
subchen/docker-images
centos/7-dev/Dockerfile
Dockerfile
apache-2.0
5,185
# AUTOGENERATED FILE FROM balenalib/orangepi-plus2-debian:stretch-run ENV NODE_VERSION 12.22.9 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 --keyse...
resin-io-library/base-images
balena-base-images/node/orangepi-plus2/debian/stretch/12.22.9/run/Dockerfile
Dockerfile
apache-2.0
2,942
# AUTOGENERATED FILE FROM balenalib/astro-tx2-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: publi...
resin-io-library/base-images
balena-base-images/python/astro-tx2/debian/buster/3.8.12/build/Dockerfile
Dockerfile
apache-2.0
4,853
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-ubuntu:focal-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 ...
resin-io-library/base-images
balena-base-images/python/jetson-xavier-nx-devkit/ubuntu/focal/3.10.2/run/Dockerfile
Dockerfile
apache-2.0
4,078
# AUTOGENERATED FILE FROM balenalib/aarch64-fedora:36-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", sinc...
resin-io-library/base-images
balena-base-images/python/aarch64/fedora/36/3.7.12/run/Dockerfile
Dockerfile
apache-2.0
2,430
# AUTOGENERATED FILE FROM balenalib/photon-xavier-nx-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 "virtuale...
nghiant2710/base-images
balena-base-images/python/photon-xavier-nx/fedora/32/3.6.12/run/Dockerfile
Dockerfile
apache-2.0
2,439
# AUTOGENERATED FILE FROM balenalib/up-core-plus-alpine:3.15-run ENV GO_VERSION 1.16.14 # 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 ] &&...
resin-io-library/base-images
balena-base-images/golang/up-core-plus/alpine/3.15/1.16.14/run/Dockerfile
Dockerfile
apache-2.0
2,478
# AUTOGENERATED FILE FROM balenalib/n510-tx2-ubuntu:xenial-run ENV GO_VERSION 1.15.11 # 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...
nghiant2710/base-images
balena-base-images/golang/n510-tx2/ubuntu/xenial/1.15.11/run/Dockerfile
Dockerfile
apache-2.0
2,325
# AUTOGENERATED FILE FROM balenalib/i386-debian:stretch-build ENV GO_VERSION 1.15.7 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-386.tar.gz" \ && echo "519e5d7518376bc6b87afc04f16e72db66d9bc08641d9b4385ecf1f30e55e64c go$GO_VERSION.linux-386.tar.gz" | sha256su...
nghiant2710/base-images
balena-base-images/golang/i386/debian/stretch/1.15.7/build/Dockerfile
Dockerfile
apache-2.0
1,999
# AUTOGENERATED FILE FROM balenalib/beaglebone-black-ubuntu:xenial-build ENV NODE_VERSION 12.21.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...
nghiant2710/base-images
balena-base-images/node/beaglebone-black/ubuntu/xenial/12.21.0/build/Dockerfile
Dockerfile
apache-2.0
2,769
# AUTOGENERATED FILE FROM balenalib/up-core-plus-fedora:32-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-amd64.tar.gz" \ && echo "bfea0c8d7b70c1ad99b026...
nghiant2710/base-images
balena-base-images/golang/up-core-plus/fedora/32/1.14.13/run/Dockerfile
Dockerfile
apache-2.0
2,090
# AUTOGENERATED FILE FROM balenalib/odroid-u3+-debian:jessie-build ENV GO_VERSION 1.15.6 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 "7f60787d9d94ed040e2d58f7715a4dc1cdb9f9160504aec810712a7e20446bb7 go$GO_VERSIO...
nghiant2710/base-images
balena-base-images/golang/odroid-u3+/debian/jessie/1.15.6/build/Dockerfile
Dockerfile
apache-2.0
2,028
# AUTOGENERATED FILE FROM balenalib/colibri-imx6dl-fedora:30-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 \ python-pip \ python-dbus \ && dnf clean all # install "virtualenv...
nghiant2710/base-images
balena-base-images/python/colibri-imx6dl/fedora/30/2.7.18/build/Dockerfile
Dockerfile
apache-2.0
2,438
# Copyright 2018 The Kubeflow 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...
GoogleCloudPlatform/ml-pipeline-generator-python
examples/experimental/kfp-2/user-input/preprocess/Dockerfile
Dockerfile
apache-2.0
804
# AUTOGENERATED FILE FROM balenalib/etcher-pro-alpine:3.11-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 McVit...
nghiant2710/base-images
balena-base-images/python/etcher-pro/alpine/3.11/3.9.4/build/Dockerfile
Dockerfile
apache-2.0
4,837
# AUTOGENERATED FILE FROM balenalib/kitra710-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/kitra710/alpine/edge/14.16.0/build/Dockerfile
Dockerfile
apache-2.0
2,955
# AUTOGENERATED FILE FROM balenalib/aio-3288c-fedora:30-run ENV NODE_VERSION 10.24.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.pool....
nghiant2710/base-images
balena-base-images/node/aio-3288c/fedora/30/10.24.0/run/Dockerfile
Dockerfile
apache-2.0
2,752
# AUTOGENERATED FILE FROM balenalib/artik5-ubuntu:impish-build ENV NODE_VERSION 16.14.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 keyse...
resin-io-library/base-images
balena-base-images/node/artik5/ubuntu/impish/16.14.0/build/Dockerfile
Dockerfile
apache-2.0
2,753
# AUTOGENERATED FILE FROM balenalib/artik520-ubuntu:focal-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 dependen...
nghiant2710/base-images
balena-base-images/python/artik520/ubuntu/focal/3.9.4/run/Dockerfile
Dockerfile
apache-2.0
4,065
# AUTOGENERATED FILE FROM balenalib/apalis-imx6q-fedora:34-run ENV GO_VERSION 1.17.7 # gcc for cgo RUN dnf install -y \ gcc-c++ \ gcc \ git \ && dnf clean all 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 "...
resin-io-library/base-images
balena-base-images/golang/apalis-imx6q/fedora/34/1.17.7/run/Dockerfile
Dockerfile
apache-2.0
2,102
# AUTOGENERATED FILE FROM balenalib/apalis-imx6q-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/apalis-imx6q/fedora/35/3.10.2/build/Dockerfile
Dockerfile
apache-2.0
2,440
# AUTOGENERATED FILE FROM balenalib/imx6ul-var-dart-alpine:3.11-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 '...
nghiant2710/base-images
balena-base-images/openjdk/imx6ul-var-dart/alpine/3.11/8-jdk/build/Dockerfile
Dockerfile
apache-2.0
1,764
# AUTOGENERATED FILE FROM balenalib/fincm3-debian:buster-build ENV GO_VERSION 1.14.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 "93a87bdde7d5dd8c7ba0570fd811cebdfb988a6393f5f660f4595566120e0620 go$GO_VERSION.l...
nghiant2710/base-images
balena-base-images/golang/fincm3/debian/buster/1.14.14/build/Dockerfile
Dockerfile
apache-2.0
2,026
# AUTOGENERATED FILE FROM balenalib/revpi-connect-fedora:36-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_VERSIO...
resin-io-library/base-images
balena-base-images/golang/revpi-connect/fedora/36/1.16.14/build/Dockerfile
Dockerfile
apache-2.0
2,027
# AUTOGENERATED FILE FROM balenalib/raspberrypi3-64-debian:sid-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/raspberrypi3-64/debian/sid/3.8.6/build/Dockerfile
Dockerfile
apache-2.0
4,854
# AUTOGENERATED FILE FROM balenalib/edge-debian:sid-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 key "S...
resin-io-library/base-images
balena-base-images/python/edge/debian/sid/3.7.12/build/Dockerfile
Dockerfile
apache-2.0
4,849
# AUTOGENERATED FILE FROM balenalib/jetson-nano-emmc-debian:stretch-run ENV NODE_VERSION 12.21.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 --key...
nghiant2710/base-images
balena-base-images/node/jetson-nano-emmc/debian/stretch/12.21.0/run/Dockerfile
Dockerfile
apache-2.0
2,946
FROM debian:wheezy MAINTAINER jj ENV PYTHONUNBUFFERED 1 RUN DBEIAN_FRONTEND=noninteractive apt-get update && apt-get install python python-pip -y && \ apt-get clean autoclean && apt-get autoremove && \ rm -rf /var/lib/{apt,dpkg,cache,log} RUN mkdir /app ADD requirements.txt /app/ RUN cd /app/ && pip install -r re...
httpPrincess/b2report
Dockerfile
Dockerfile
bsd-2-clause
550
FROM hadoop-base ADD run.sh /run.sh RUN chmod a+x /run.sh CMD ["/run.sh"]
waterbolik/prestudy
bdocker/hadoop/hadoop-resourcemanager/Dockerfile
Dockerfile
mit
76
FROM mariadb MAINTAINER Nazar Mokrynskyi <nazar@mokrynskyi.com> # Upgrade system and install pwgen, which we'll use to generate password RUN apt-get update && \ apt-get upgrade -y && \ apt-get install -y pwgen && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* && \ # Change owner of MariaDB config directory c...
wellic/docker-webserver
mariadb/Dockerfile
Dockerfile
mit
1,325
####### # Debian Jessie build of Koha ####### FROM debian:jessie MAINTAINER Oslo Public Library "digitalutvikling@gmail.com" ENV REFRESHED_AT 2018-11-03 RUN echo "APT::Acquire::Retries \"3\";" > /etc/apt/apt.conf.d/80-retries RUN DEBIAN_FRONTEND=noninteractive apt-get update && \ apt-get upgrade --yes && \ ...
digibib/koha-salt-docker
Dockerfile
Dockerfile
mit
4,648
FROM centos:7 MAINTAINER OpenShift Team <dev@lists.openshift.redhat.com> USER root # Add origin repo for including the oc client COPY images/installer/origin-extra-root / # install ansible and deps RUN INSTALL_PKGS="python-lxml python-dns pyOpenSSL python2-cryptography openssl java-1.8.0-openjdk-headless python2-pa...
wbrefvem/openshift-ansible
images/installer/Dockerfile
Dockerfile
apache-2.0
1,935
FROM golang:1.15-alpine RUN apk update RUN apk add alpine-sdk WORKDIR /testfixtures COPY . . RUN go mod download
cez81/gitea
vendor/github.com/go-testfixtures/testfixtures/v3/Dockerfile
Dockerfile
mit
116
# meedan/check-web FROM node:12.16.1-buster AS base MAINTAINER sysops@meedan.com # # SYSTEM CONFIG # ARG DEPLOY_BRANCH ENV DEPLOYBRANCH=$DEPLOY_BRANCH ARG TIMESTAMP ENV BUNDLE_PREFIX=$TIMESTAMP # consolidate ENV for one cache layer ENV DEPLOYUSER=checkdeploy \ DEPLOYDIR=/app \ PLATFORM=web \ PRODUCT=che...
meedan/check-web
production/Dockerfile
Dockerfile
mit
2,065
FROM snapcraft/ubuntu-base:i386-16.04.1 MAINTAINER Rex Tsai "http://about.me/chihchun" ENV SNAPCRAFT_VERSION=2.17 ENV DEBIAN_FRONTEND=noninteractive RUN sed -i "/^# deb.*universe/ s/^# //" /etc/apt/sources.list RUN sed -i "/^# deb.*multiverse/ s/^# //" /etc/apt/sources.list RUN apt-get update # build and install sna...
chihchun/snapcraft-docker
xenial/i386/2.17/Dockerfile
Dockerfile
mit
1,530
FROM alpine:latest MAINTAINER Mitchell Hewes <me@mitcdh.com> ENV CADDY_FEATURES="http.git,http.prometheus,http.realip" COPY files/run.sh /caddy-bootstrap/run.sh RUN apk --update add \ curl \ openssh-client \ git \ tar \ ca-certificates \ shadow \ && curl --silent --show-error --fail --location \ --heade...
mitcdh/docker-caddy
Dockerfile
Dockerfile
mit
720
FROM webdevops/php-nginx:alpine WORKDIR /app COPY . /app ENV WEB_DOCUMENT_ROOT=/app/public ENV WEB_DOCUMENT_INDEX=index.php ENV PHP_DATE_TIMEZONE="Europe/Paris" ENV PHP_MAX_EXECUTION_TIME=60 ENV PHP_DISPLAY_ERRORS=0 ENV APP_ENV=prod ENV GOOGLE_CLIENT_ID=GOOGLE_CLIENT_ID ENV GOOGLE_CLIENT_SECRET=GOOGLE_CLIENT_SECRET ...
Darkmira/drop-observer
Dockerfile
Dockerfile
mit
677
#+++++++++++++++++++++++++++++++++++++++ # Dockerfile for webdevops/php-nginx:centos-7-php7 # -- automatically generated -- #+++++++++++++++++++++++++++++++++++++++ FROM webdevops/php:centos-7-php7 ENV WEB_DOCUMENT_ROOT=/app \ WEB_DOCUMENT_INDEX=index.php \ WEB_ALIAS_DOMAIN=*.vm \ WEB_PHP_TIMEOUT=600 ...
webdevops/Dockerfile
docker/php-nginx/centos-7-php7/Dockerfile
Dockerfile
mit
592
FROM openjdk:8-jre MAINTAINER Ilya Epifanov <elijah.epifanov@gmail.com> ENV FLUME_VERSION=1.9.0 RUN apt-get update \ && apt-get install wget --no-install-recommends -y \ && wget http://ftp.tudelft.nl/apache/flume/${FLUME_VERSION}/apache-flume-${FLUME_VERSION}-bin.tar.gz -O /tmp/flume.tar.gz \ && mkdir /flume \ &...
ilya-epifanov/docker-flume
Dockerfile
Dockerfile
mit
565
FROM node:15-alpine RUN apk --no-cache add procps ENV LANG=en_US.utf8 \ TERM=xterm-256color COPY lib lib COPY bin bin COPY package.json . COPY package-lock.json . RUN npm install --production ENTRYPOINT ["./bin/gtop"]
aksakalli/gtop
Dockerfile
Dockerfile
mit
225
FROM ubuntu:eoan # artful = 18.04 ## or import it as: docker import http://cdimage.ubuntu.com/ubuntu-core/daily/current/bionic-core-amd64.tar.gz ADD setup.sh /setup.sh RUN (bash -x setup.sh ; rm setup.sh )
PAStheLoD/docker-cookbooks
nodejs/Dockerfile
Dockerfile
mit
213
FROM dockerizr/php:5.6-cli ENV COMPOSER_CACHE_DIR /composer-cache ENV COMPOSER_ALLOW_SUPERUSER 1 ENV PHPUNIT_VERSION 5.7.27 # Install ZIP Extension RUN apt-get update \ && apt-get install -y \ git \ libmcrypt4 \ libmcrypt-dev \ libcurl4-openssl-dev \ libpng-dev \ li...
u-nik/docker-grunt-php-builder
5.6/Dockerfile
Dockerfile
mit
2,193
FROM dreamcat4/tvh.ubuntu.build.deps MAINTAINER dreamcat4 <dreamcat4@gmail.com> # Version to build ENV tvh_branch="release/4.0" # Update & checkout tvheadend WORKDIR /build/tvheadend RUN git pull && git checkout "$tvh_branch" # Compile tvheadend .deb pkgs RUN AUTOBUILD_CONFIGURE_EXTRA="--enable-libffmpeg_static -...
dreamcat4/tvheadend-build
ubuntu/testing/Dockerfile
Dockerfile
mit
792
FROM autoecole/base MAINTAINER Thierry Monney <thierry.monney@gmail.com> RUN puppet module install puppetlabs/postgresql ADD provision.pp /root/ RUN FACTER_fqdn=db.autoecole.ch puppet apply /root/provision.pp VOLUME ["/var/log/postgresql", "/etc/postgresql", "/var/lib/postgresql"] USER postgres EXPOSE 5432 CMD ["/...
tmonney/autoecole
docker/postgresql/Dockerfile
Dockerfile
mit
457
FROM index.docker.io/pacur/debian-jessie:latest MAINTAINER Mahmoud Zalt <mahmoud@zalt.me> CMD ["true"]
fanly/laradockcn
data/Dockerfile
Dockerfile
mit
105
# 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.9.1/run/Dockerfile
Dockerfile
apache-2.0
4,137
# AUTOGENERATED FILE FROM balenalib/generic-amd64-fde-ubuntu:focal-run RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ ca-certificates \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu...
resin-io-library/base-images
balena-base-images/dotnet/generic-amd64-fde/ubuntu/focal/5.0-sdk/run/Dockerfile
Dockerfile
apache-2.0
2,963
# AUTOGENERATED FILE FROM balenalib/raspberrypi400-64-alpine:edge-run ENV NODE_VERSION 15.14.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 \ 6A010C51...
nghiant2710/base-images
balena-base-images/node/raspberrypi400-64/alpine/edge/15.14.0/run/Dockerfile
Dockerfile
apache-2.0
3,032
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-ubuntu:xenial-build ENV NODE_VERSION 12.20.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 ...
nghiant2710/base-images
balena-base-images/node/jetson-xavier-nx-devkit/ubuntu/xenial/12.20.1/build/Dockerfile
Dockerfile
apache-2.0
2,772
# AUTOGENERATED FILE FROM balenalib/nitrogen6x-debian:sid-build ENV NODE_VERSION 15.14.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg ...
nghiant2710/base-images
balena-base-images/node/nitrogen6x/debian/sid/15.14.0/build/Dockerfile
Dockerfile
apache-2.0
2,781
# AUTOGENERATED FILE FROM balenalib/armv7hf-debian:bullseye-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 k...
nghiant2710/base-images
balena-base-images/node/armv7hf/debian/bullseye/14.15.4/run/Dockerfile
Dockerfile
apache-2.0
2,943
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-alpine:3.10-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 \ 6A010C5166006599AA17F08146C2130DFD24...
nghiant2710/base-images
balena-base-images/node/jetson-xavier-nx-devkit/alpine/3.10/14.16.0/build/Dockerfile
Dockerfile
apache-2.0
2,970
# AUTOGENERATED FILE FROM balenalib/raspberry-pi2-alpine:3.10-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 \ ; d...
nghiant2710/base-images
balena-base-images/node/raspberry-pi2/alpine/3.10/15.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,958
FROM openjdk:8-jdk RUN apt-get update && \ apt-get install git wget autoconf libtool automake g++ make bzip2 curl unzip zlib1g-dev -y && \ git clone git://github.com/google/protobuf.git && \ cd protobuf && \ git checkout v3.6.0 && \ git submodule update --init --recursive && \ ./autogen.sh &&...
ppc64le/build-scripts
a/apache-geode/Dockerfiles/1.8.0/Dockerfile
Dockerfile
apache-2.0
1,508
# AUTOGENERATED FILE FROM balenalib/orangepi-plus2-ubuntu:bionic-run ENV NODE_VERSION 15.7.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...
nghiant2710/base-images
balena-base-images/node/orangepi-plus2/ubuntu/bionic/15.7.0/run/Dockerfile
Dockerfile
apache-2.0
2,920
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-s-debian:stretch-build ENV NODE_VERSION 17.6.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key"...
resin-io-library/base-images
balena-base-images/node/asus-tinker-board-s/debian/stretch/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,790
# AUTOGENERATED FILE FROM balenalib/nanopc-t4-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", si...
nghiant2710/base-images
balena-base-images/python/nanopc-t4/fedora/31/3.8.6/run/Dockerfile
Dockerfile
apache-2.0
2,431
# AUTOGENERATED FILE FROM balenalib/firefly-rk3288-fedora:30-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 "virtuale...
nghiant2710/base-images
balena-base-images/python/firefly-rk3288/fedora/30/3.7.9/build/Dockerfile
Dockerfile
apache-2.0
2,441
from centos:7 ADD nginx.repo /etc/yum.repos.d/nginx.repo RUN yum update -y RUN yum install -y python python-devel python-setuptools gcc python-psycopg2 postgresql nginx vim RUN easy_install pip RUN pip install uwsgi RUN pip install Django RUN pip install mezzanine # Copy nginx configuration into docker ADD site.con...
usmanismail/docker-django
Dockerfile
Dockerfile
apache-2.0
601
# AUTOGENERATED FILE FROM balenalib/cl-som-imx8-ubuntu:xenial-run ENV NODE_VERSION 12.20.1 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.c...
nghiant2710/base-images
balena-base-images/node/cl-som-imx8/ubuntu/xenial/12.20.1/run/Dockerfile
Dockerfile
apache-2.0
2,915
# AUTOGENERATED FILE FROM balenalib/orange-pi-lite-debian:bullseye-run 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/orange-pi-lite/debian/bullseye/5.0-runtime/run/Dockerfile
Dockerfile
apache-2.0
2,532
# AUTOGENERATED FILE FROM balenalib/colibri-imx6dl-alpine:edge-build 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 for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ;...
nghiant2710/base-images
balena-base-images/node/colibri-imx6dl/alpine/edge/14.16.1/build/Dockerfile
Dockerfile
apache-2.0
2,961
FROM ubuntu:16.04 MAINTAINER SOAJS Team <team@soajs.org> RUN apt-get update && \ apt-get install --fix-missing -y git curl && \ curl -sL https://deb.nodesource.com/setup_8.x | bash && \ apt-get install --fix-missing -y nodejs CMD ["/bin/bash"]
antoinehage/soajs.buildImages
images/base/Dockerfile
Dockerfile
apache-2.0
258
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-s-ubuntu:bionic-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 63C7C...
nghiant2710/base-images
balena-base-images/python/asus-tinker-board-s/ubuntu/bionic/3.9.4/build/Dockerfile
Dockerfile
apache-2.0
4,840
# AUTOGENERATED FILE FROM balenalib/armv7hf-debian:bullseye-run ENV GO_VERSION 1.16 # 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/armv7hf/debian/bullseye/1.16/run/Dockerfile
Dockerfile
apache-2.0
2,351
# AUTOGENERATED FILE FROM balenalib/var-som-mx6-ubuntu:cosmic-build # A few reasons for installing distribution-provided OpenJDK: # # 1. Oracle. Licensing prevents us from redistributing the official JDK. # # 2. Compiling OpenJDK also requires the JDK to be installed, and it gets # really hairy. # # For som...
nghiant2710/base-images
balena-base-images/openjdk/var-som-mx6/ubuntu/cosmic/8-jre/build/Dockerfile
Dockerfile
apache-2.0
3,102
# AUTOGENERATED FILE FROM balenalib/fincm3-fedora:34-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", since...
resin-io-library/base-images
balena-base-images/python/fincm3/fedora/34/3.8.12/run/Dockerfile
Dockerfile
apache-2.0
2,429
# AUTOGENERATED FILE FROM balenalib/artik5-ubuntu:focal-build RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ ca-certificates \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu66 \ ...
resin-io-library/base-images
balena-base-images/dotnet/artik5/ubuntu/focal/5.0-aspnet/build/Dockerfile
Dockerfile
apache-2.0
3,157
# AUTOGENERATED FILE FROM balenalib/ccimx8x-sbc-pro-alpine:3.12-run ENV GO_VERSION 1.15.11 # 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/ccimx8x-sbc-pro/alpine/3.12/1.15.11/run/Dockerfile
Dockerfile
apache-2.0
2,474
# AUTOGENERATED FILE FROM balenalib/solidrun-imx6-ubuntu:bionic-run ENV NODE_VERSION 12.22.1 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...
nghiant2710/base-images
balena-base-images/node/solidrun-imx6/ubuntu/bionic/12.22.1/run/Dockerfile
Dockerfile
apache-2.0
2,921
FROM postgres MAINTAINER Mateusz Jaje COPY scripts/* /docker-entrypoint-initdb.d/
Morgaroth/events_manager
pg_image/Dockerfile
Dockerfile
apache-2.0
84
# Copyright 2017 Google Inc. All rights reserved. # 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...
campoy/justforfunc
12-say-grpc/backend/Dockerfile
Dockerfile
apache-2.0
665
# AUTOGENERATED FILE FROM balenalib/nitrogen6xq2g-debian:stretch-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 d...
nghiant2710/base-images
balena-base-images/python/nitrogen6xq2g/debian/stretch/3.9.1/run/Dockerfile
Dockerfile
apache-2.0
4,098
# AUTOGENERATED FILE FROM balenalib/artik530-ubuntu:bionic-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/artik530/ubuntu/bionic/3.10.2/build/Dockerfile
Dockerfile
apache-2.0
4,828
# AUTOGENERATED FILE FROM balenalib/aarch64-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 depend...
resin-io-library/base-images
balena-base-images/python/aarch64/debian/bookworm/3.10.0/run/Dockerfile
Dockerfile
apache-2.0
4,092
# AUTOGENERATED FILE FROM balenalib/parallella-hdmi-resin-debian:stretch-run ENV GO_VERSION 1.17.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 \ ' ...
resin-io-library/base-images
balena-base-images/golang/parallella-hdmi-resin/debian/stretch/1.17.7/run/Dockerfile
Dockerfile
apache-2.0
2,367
FROM dltdojo/geth:1.6.6.all RUN ls -al /usr/local/bin/ FROM alpine:3.6 COPY --from=0 /usr/local/bin/geth /usr/local/bin COPY --from=0 /usr/local/bin/puppeth /usr/local/bin RUN apk --update add bash curl jq WORKDIR /opt/geth ADD gethload.js . ADD testaccount.sh . RUN chmod +x testaccount.sh ENTRYPOINT [] CMD ["geth","...
y12studio/dltdojo
docker/geth/Dockerfile
Dockerfile
apache-2.0
386
# AUTOGENERATED FILE FROM balenalib/hummingboard-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 a...
nghiant2710/base-images
balena-base-images/python/hummingboard/alpine/3.13/3.5.10/run/Dockerfile
Dockerfile
apache-2.0
4,134
# AUTOGENERATED FILE FROM balenalib/photon-nano-ubuntu:focal-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/photon-nano/ubuntu/focal/15.10.0/run/Dockerfile
Dockerfile
apache-2.0
2,913
# AUTOGENERATED FILE FROM balenalib/intel-nuc-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 --keyserver keyserver...
resin-io-library/base-images
balena-base-images/node/intel-nuc/fedora/34/17.6.0/run/Dockerfile
Dockerfile
apache-2.0
2,747
# AUTOGENERATED FILE FROM balenalib/nanopc-t4-alpine:3.13-run ENV NODE_VERSION 16.14.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 \ 6A010C5166006599...
resin-io-library/base-images
balena-base-images/node/nanopc-t4/alpine/3.13/16.14.0/run/Dockerfile
Dockerfile
apache-2.0
3,018
# AUTOGENERATED FILE FROM balenalib/imx6ul-var-dart-alpine:3.12-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 ...
nghiant2710/base-images
balena-base-images/python/imx6ul-var-dart/alpine/3.12/2.7.18/build/Dockerfile
Dockerfile
apache-2.0
5,241
# AUTOGENERATED FILE FROM balenalib/artik533s-fedora:30-run ENV NODE_VERSION 14.16.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.pool....
nghiant2710/base-images
balena-base-images/node/artik533s/fedora/30/14.16.0/run/Dockerfile
Dockerfile
apache-2.0
2,752
# AUTOGENERATED FILE FROM balenalib/bananapi-m1-plus-fedora:36-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 "virtuale...
resin-io-library/base-images
balena-base-images/python/bananapi-m1-plus/fedora/36/3.9.7/run/Dockerfile
Dockerfile
apache-2.0
2,438
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-s-fedora:33-run ENV GO_VERSION 1.16.14 # gcc for cgo RUN dnf install -y \ gcc-c++ \ gcc \ git \ && dnf clean all 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" \ &...
resin-io-library/base-images
balena-base-images/golang/asus-tinker-board-s/fedora/33/1.16.14/run/Dockerfile
Dockerfile
apache-2.0
2,111
# AUTOGENERATED FILE FROM balenalib/blackboard-tx2-alpine:3.10-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...
nghiant2710/base-images
balena-base-images/python/blackboard-tx2/alpine/3.10/3.5.10/build/Dockerfile
Dockerfile
apache-2.0
4,843
# AUTOGENERATED FILE FROM balenalib/nebra-hnt-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 ...
nghiant2710/base-images
balena-base-images/python/nebra-hnt/alpine/edge/3.5.10/run/Dockerfile
Dockerfile
apache-2.0
4,131
# AUTOGENERATED FILE FROM balenalib/cnx100-xavier-nx-alpine:3.13-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 ...
resin-io-library/base-images
balena-base-images/openjdk/cnx100-xavier-nx/alpine/3.13/7-jre/build/Dockerfile
Dockerfile
apache-2.0
1,769
# AUTOGENERATED FILE FROM balenalib/artik533s-ubuntu:bionic-run # A few reasons for installing distribution-provided OpenJDK: # # 1. Oracle. Licensing prevents us from redistributing the official JDK. # # 2. Compiling OpenJDK also requires the JDK to be installed, and it gets # really hairy. # # For some sa...
nghiant2710/base-images
balena-base-images/openjdk/artik533s/ubuntu/bionic/11-jdk/run/Dockerfile
Dockerfile
apache-2.0
3,099
# AUTOGENERATED FILE FROM balenalib/imx7-var-som-alpine:edge-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 'dir...
nghiant2710/base-images
balena-base-images/openjdk/imx7-var-som/alpine/edge/7-jre/build/Dockerfile
Dockerfile
apache-2.0
1,765
FROM ubuntu:16.04 RUN dpkg --add-architecture i386 RUN apt-get update RUN apt-get install -y \ curl make xz-utils git \ python-dev python-pip stunnel \ g++-multilib libssl-dev libssl-dev:i386 gdb \ valgrind libc6-dbg:i386 \ cmake pkg-config # Install buildbot and prep it to run...
rust-lang/rust-buildbot
slaves/linux/Dockerfile
Dockerfile
apache-2.0
793
# AUTOGENERATED FILE FROM balenalib/nitrogen6x-ubuntu:xenial-build # A few reasons for installing distribution-provided OpenJDK: # # 1. Oracle. Licensing prevents us from redistributing the official JDK. # # 2. Compiling OpenJDK also requires the JDK to be installed, and it gets # really hairy. # # For some...
nghiant2710/base-images
balena-base-images/openjdk/nitrogen6x/ubuntu/xenial/8-jre/build/Dockerfile
Dockerfile
apache-2.0
3,101
# AUTOGENERATED FILE FROM balenalib/odroid-xu4-alpine:edge-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 'dirna...
nghiant2710/base-images
balena-base-images/openjdk/odroid-xu4/alpine/edge/8-jre/build/Dockerfile
Dockerfile
apache-2.0
1,763
FROM fedora COPY glusterfs-provisioner glusterfs-provisioner ENTRYPOINT ["/glusterfs-provisioner"]
hchiramm/glusterfs-provisioner
Dockerfile
Dockerfile
apache-2.0
99
# AUTOGENERATED FILE FROM balenalib/up-core-alpine:3.13-run # 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 'dirname "$...
nghiant2710/base-images
balena-base-images/openjdk/up-core/alpine/3.13/8-jdk/run/Dockerfile
Dockerfile
apache-2.0
1,767
# base image for elektra web, all other images build upon this (builds elektra with `yajl` and `kdb`) FROM ubuntu:16.04 # elektra deps RUN apt-get update RUN apt-get install -y software-properties-common RUN add-apt-repository ppa:longsleep/golang-backports RUN apt-get update -y && apt-get install -y cmake git build-...
ElektraInitiative/libelektra
scripts/docker/webui/base/Dockerfile
Dockerfile
bsd-3-clause
1,287
# Run znc in a container # # docker run --restart always -d \ # --name znc \ # -p 6697:6697 \ # -v /volumes/znc:/home/user/.znc \ # jess/znc # FROM alpine:latest LABEL maintainer "Jessie Frazelle <jess@linux.com>" RUN apk add --no-cache \ ca-certificates \ glib \ perl \ perl-datetime \ perl-libwww ENV HOME /home...
ricardorsierra/dockerfiles
znc/Dockerfile
Dockerfile
mit
1,214
FROM python:3.8-buster RUN apt-get update RUN apt-get install libpq-dev python3-dev -y ADD ./requirements.txt /flask/requirements.txt RUN pip3 install -r /flask/requirements.txt ADD ./ /flask WORKDIR /flask EXPOSE 8080 CMD gunicorn app_raw:app -c gunicorn_conf.py -k egg:meinheld#gunicorn_worker
treefrogframework/FrameworkBenchmarks
frameworks/Python/flask/flask-raw.dockerfile
Dockerfile
bsd-3-clause
300