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 ubuntu:14.04 MAINTAINER danielc@pobox.com RUN apt-get update && apt-get upgrade -y && apt-get update RUN apt-get -y install software-properties-common apt-transport-https
x110dc/Dockerfiles
base/Dockerfile
Dockerfile
apache-2.0
177
# Dockerfile for a Rails application using Apache and Passenger FROM bhzunami/rails_base:latest MAINTAINER N. Mauchle "nmauchle@gmail.com" P. Steinger RUN apt-get update RUN apt-get upgrade -y RUN apt-get install git -y USER rails_app WORKDIR /home/rails_app RUN git clone https://github.com/bhzunami/umweltpaedagogi...
bhzunami/umweltpaedagogik
Dockerfile
Dockerfile
apache-2.0
1,031
# AUTOGENERATED FILE FROM balenalib/colibri-imx6dl-debian:bullseye-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 --keys...
resin-io-library/base-images
balena-base-images/node/colibri-imx6dl/debian/bullseye/12.22.9/run/Dockerfile
Dockerfile
apache-2.0
2,944
# PHP 7.1 container. FROM sitback/base:ubuntu-16.04 # Increment this to trigger a full rebuild. ENV DC_PHP_VERSION 'php-7.1-1.0.1' # Install all packages. RUN apt-get update ## Apache, Memcached & MySQL client. RUN DEBIAN_FRONTEND=noninteractive apt-get -y install apache2 \ memcached mysql-client # Configure Apac...
Sitback/docker-containers
php/7.1/Dockerfile
Dockerfile
mit
1,585
FROM buildpack-deps:jessie # gpg keys listed at https://github.com/nodejs/node RUN set -ex \ && for key in \ 9554F04D7259F04124DE6B476D5A82AC7E37093B \ 94AE36675C464D64BAFA68DD7434390BDBE9B9C5 \ 0034A06D9D9B0064CE8ADF6BF1747F4AD2306D93 \ FD3A5288F042B6850C66B31F09FE44734EB7990E \ 71DCFD284A79C3B3...
shreya-jain/quicktry-lib
docker-images/nodejs/Dockerfile
Dockerfile
mit
1,143
FROM ubuntu:16.04 MAINTAINER Javier Aranda <javier.aranda.varo@gmail.com> ENV DEBIAN_FRONTEND noninteractive ENV GIT_SSL_NO_VERIFY true ENV SHELL /bin/bash # use spanish as language RUN locale-gen es_ES.UTF-8 ENV LANG es_ES.UTF-8 ENV LANGUAGE es_ES:es ENV LC_ALL es_ES.UTF-8 # packages RUN apt-get update -y && \ ...
arandaio/workspace
Dockerfile
Dockerfile
mit
942
# Copyright 2021 Google LLC # # 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 writing, ...
skia-dev/oss-fuzz
projects/frr/Dockerfile
Dockerfile
apache-2.0
1,236
FROM ubuntu:14.04.3 # install package dependencies RUN apt-get update -qqy \ && apt-get -qqy install \ curl \ unzip \ dnsutils \ make \ python \ git \ mercurial \ mysql-client \ fontconfig \ libjpeg-dev \ zlib1g-dev \ libmysqlclient-dev \ libxml2 \ libxslt-dev ...
davidwadden/lattice-release
images/lattice-bosh/Dockerfile
Dockerfile
apache-2.0
3,838
FROM ubuntu:16.04 RUN apt update -yqq && \ apt install -yqq flex libglib2.0-dev libsoup2.4-dev libjson-glib-dev python3-pip \ build-essential unzip wget curl bison #-------------------------------------- # vala # ENV VALA_API_VERSION 0.36 ENV VALA_VERSION 0.36.3 WORKDIR /vala RUN curl -sL -O https://down...
stefanocasazza/FrameworkBenchmarks
frameworks/Vala/vsgi/vsgi.dockerfile
Dockerfile
bsd-3-clause
1,593
FROM ubuntu:16.04 ENV DEBIAN_FRONTEND noninteractive WORKDIR /root/ RUN apt-get clean && apt-get update # required for mysqlclient install RUN apt-get install -y libmysqlclient-dev # python library install RUN apt-get install -y python3-pip # upgrade pip version from 8.1.1 to 9.01 RUN pip3 install --upgrade pip C...
a-kirin/Dockerfiles
sample01/web/Dockerfile
Dockerfile
mit
1,158
FROM redis:3.0-alpine # Build arguments ARG BUILD_DATE ARG VCS_REF ARG NAME # Basic build-time metadata as defined at http://label-schema.org LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.docker.dockerfile="/Dockerfile" \ org.label-schema.license="MIT" \ org.label-schema.name=$NAM...
egobude/docker
redis/3.0-alpine/Dockerfile
Dockerfile
mit
542
FROM postgres:alpine COPY create-test-db.sh /docker-entrypoint-initdb.d/
ritstudentgovernment/chargeflask
db/Dockerfile
Dockerfile
mit
73
FROM nebo15/alpine-elixir:1.4.1-r0 MAINTAINER DrPandemic ENV REFRESHED_AT 2017–03–23 ENV HOME /root # Upgrade all packages RUN apk — update upgrade && \ rm -rf /var/cache/apk/* ARG APP ARG MODE=foreground ENV MIX_ENV prod ENV PORT 4000 ENV APP_PATH _build/prod/rel/$APP ENV APP $APP RUN mkdir -p /$APP COPY $APP_PA...
DrPandemic/MasDB
Dockerfile
Dockerfile
mit
515
FROM phusion/baseimage:0.9.19 ENV PROCESS_USER htpcd ENV LANG en_US.UTF-8 ENV LC_ALL C.UTF-8 ENV LANGUAGE en_US.UTF-8 ENV HOME /home/$PROCESS_USER ENV PLEXPY_VERSION v1.4.11 # Add the process user RUN useradd $PROCESS_USER RUN mkdir /home/${PROCESS_USER}/ RUN chown -R $PROCESS_USER:$PROCESS_USER /home/${PROCESS_USER...
taeram/hearth
containers/plexpy/Dockerfile
Dockerfile
mit
717
FROM ubuntu:14.04 MAINTAINER Boyan Bonev <b.bonev@redbuffstudio.com> #Setup container environment parameters ENV DEBIAN_FRONTEND noninteractive ENV INITRD No #Configure locale. RUN locale-gen en_US en_US.UTF-8 ENV LANG en_US.UTF-8 ENV LANGUAGE en_US.UTF-8 #Prepare the image RUN apt-get -y update #Make our life easy...
rbstudio/docker-jenkins
Dockerfile
Dockerfile
mit
3,029
FROM rails MAINTAINER Chris Cox <chriscox@abandonedfactory.net> RUN apt-get update && \ apt-get install -y net-tools ADD Gemfile* ./ RUN gem install bundler && \ bundle install # Create the directory structure RUN mkdir -p lib/assets \ lib/tasks \ bin \ ...
Klaital/abandonedforge.com
Dockerfile
Dockerfile
mit
5,163
FROM node:0.10-slim # https://github.com/fraunhoferfokus/OCDB WORKDIR /root/ocdb RUN apt-get -y update && \ apt-get -y install wget apg netcat git RUN git clone https://github.com/fraunhoferfokus/ocdb /root/ocdb RUN npm install RUN mkdir -p db/mongodb/bin && \ wget https://fastdl.mongodb.org/linux/mongodb...
fic2/dockerfiles
ocdb/Dockerfile
Dockerfile
mit
542
FROM guneysu/roller:3.5 WORKDIR /tmp ONBUILD ADD requirements.txt /tmp/ ONBUILD RUN pip wheel -r /tmp/requirements.txt
guneysus/docker-images
roller/3.5/onbuild/Dockerfile
Dockerfile
mit
119
FROM alpine MAINTAINER justin@dray.be RUN apk add --update openvpn RUN apk info openvpn | grep -om1 '[0-9].[0-9.a-z-]*' > /version VOLUME "/config" CMD /bin/sh -c 'echo nameserver 8.8.8.8 > /etc/resolv.conf; /usr/sbin/openvpn --config /config/openvpn.conf'
justin8/docker-openvpn-client
Dockerfile
Dockerfile
mit
260
FROM node:latest MAINTAINER Petter Rasmussen "petter.rasmussen@gmail.com" RUN npm install -g coffee-script # Add user RUN groupadd glot RUN useradd -m -d /home/glot -g glot -s /bin/bash glot # Install code-runner ADD https://github.com/prasmussen/glot-code-runner/releases/download/2017-04-12/runner /home/glot/runner...
prasmussen/glot-containers
coffeescript/latest/Dockerfile
Dockerfile
mit
440
FROM debian:wheezy MAINTAINER Julian Liebl ENV DEBIAN_FRONTEND noninteractive # Install Skype and PulseAudio. WORKDIR /usr/src RUN dpkg --add-architecture i386 \ && apt-get update \ && apt-get install -y --no-install-recommends \ libpulse0:i386 \ pulseaudio:i386 \ curl \ libqt4-dbus:i386 \ libqt4-network:...
razem-io/docker-skype
Dockerfile
Dockerfile
mit
872
FROM mcr.microsoft.com/vscode/devcontainers/java:16-bullseye # update packages RUN apt update -y RUN apt upgrade -y # install leiningen RUN curl -O https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein RUN chmod +x lein RUN mv lein /usr/local/sbin RUN lein --version # install clj-kondo ...
cmiles74/clojure-hl7-messaging-2-parser
.devcontainer/Dockerfile
Dockerfile
mit
651
FROM ubuntu:14.04 MAINTAINER Sahil Muthoo <sahil@decomplect.io> RUN apt-get update -y \ && apt-get install -y --no-install-recommends \ curl \ software-properties-common \ libxslt-dev \ libxml2-dev \ build-essential \ && apt-add-repository ppa:brightbox/ruby-ng \ ...
decomplect-io/docker-rails-development
Dockerfile
Dockerfile
mit
682
FROM alpine:3.13 ENV NODE_VERSION 14.16.1 RUN addgroup -g 1000 node \ && adduser -u 1000 -G node -s /bin/sh -D node \ && apk add --no-cache \ libstdc++ \ && apk add --no-cache --virtual .build-deps \ curl \ && ARCH= && alpineArch="$(apk --print-arch)" \ && case "${alpineArch##*-}...
chorrell/docker-node
14/alpine3.13/Dockerfile
Dockerfile
mit
4,123
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-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 dependencie...
nghiant2710/base-images
balena-base-images/python/jetson-xavier-nx-devkit/alpine/edge/3.9.1/run/Dockerfile
Dockerfile
apache-2.0
4,143
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-s-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 "vir...
resin-io-library/base-images
balena-base-images/python/asus-tinker-board-s/fedora/35/3.10.0/build/Dockerfile
Dockerfile
apache-2.0
2,447
FROM postgres:13.5 ARG VERSION=10.2.2 LABEL maintainer="Citus Data https://citusdata.com" \ org.label-schema.name="Citus" \ org.label-schema.description="Scalable PostgreSQL for multi-tenant and real-time workloads" \ org.label-schema.url="https://www.citusdata.com" \ org.label-schema.vcs-url="h...
citusdata/docker
hyperscale/pg-13/Dockerfile
Dockerfile
apache-2.0
3,117
# AUTOGENERATED FILE FROM balenalib/npe-x500-m3-ubuntu:xenial-build ENV NODE_VERSION 15.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 ...
nghiant2710/base-images
balena-base-images/node/npe-x500-m3/ubuntu/xenial/15.14.0/build/Dockerfile
Dockerfile
apache-2.0
2,764
# AUTOGENERATED FILE FROM balenalib/astro-tx2-fedora:32-build 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 Dockerfile!...
nghiant2710/base-images
balena-base-images/openjdk/astro-tx2/fedora/32/8-jre/build/Dockerfile
Dockerfile
apache-2.0
1,319
# AUTOGENERATED FILE FROM balenalib/astro-tx2-fedora:34-run ENV NODE_VERSION 15.10.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/astro-tx2/fedora/34/15.10.0/run/Dockerfile
Dockerfile
apache-2.0
2,748
# AUTOGENERATED FILE FROM balenalib/raspberrypi2-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 McV...
nghiant2710/base-images
balena-base-images/python/raspberrypi2/alpine/3.11/3.9.4/build/Dockerfile
Dockerfile
apache-2.0
4,839
# AUTOGENERATED FILE FROM balenalib/astro-tx2-debian:stretch-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: publ...
resin-io-library/base-images
balena-base-images/python/astro-tx2/debian/stretch/3.8.12/build/Dockerfile
Dockerfile
apache-2.0
4,855
FROM python:3.6 ENV PYTHONUNBUFFERED 1 RUN mkdir /code WORKDIR /code RUN pip install --upgrade pip ADD requirements.txt /code/ RUN pip install -r requirements.txt ADD . /code/
prattl/teamfinder
api/docker/Dockerfile
Dockerfile
apache-2.0
176
# AUTOGENERATED FILE FROM balenalib/orbitty-tx2-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 depende...
resin-io-library/base-images
balena-base-images/python/orbitty-tx2/debian/sid/3.7.12/run/Dockerfile
Dockerfile
apache-2.0
4,086
# AUTOGENERATED FILE FROM balenalib/nitrogen6xq2g-ubuntu:bionic-build ENV NODE_VERSION 15.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 --keyserve...
nghiant2710/base-images
balena-base-images/node/nitrogen6xq2g/ubuntu/bionic/15.14.0/build/Dockerfile
Dockerfile
apache-2.0
2,766
# AUTOGENERATED FILE FROM balenalib/surface-pro-6-alpine:edge-build ENV GO_VERSION 1.15.6 # 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/surface-pro-6/alpine/edge/1.15.6/build/Dockerfile
Dockerfile
apache-2.0
2,347
FROM linuxkit/alpine:451603daf499e3a40308dbf5571dcffed2343ffa AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ busybox \ bash \ curl RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache FROM scratch WORKDIR / COPY --from=...
samoht/linuxkit
test/pkg/docker-bench/Dockerfile
Dockerfile
apache-2.0
947
# AUTOGENERATED FILE FROM balenalib/orange-pi-one-fedora:35-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"...
resin-io-library/base-images
balena-base-images/python/orange-pi-one/fedora/35/3.7.12/run/Dockerfile
Dockerfile
apache-2.0
2,436
# AUTOGENERATED FILE FROM balenalib/cl-som-imx8-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...
nghiant2710/base-images
balena-base-images/python/cl-som-imx8/debian/sid/3.7.9/build/Dockerfile
Dockerfile
apache-2.0
4,850
# AUTOGENERATED FILE FROM balenalib/nanopc-t4-ubuntu:bionic-build 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...
nghiant2710/base-images
balena-base-images/node/nanopc-t4/ubuntu/bionic/14.16.0/build/Dockerfile
Dockerfile
apache-2.0
2,758
# AUTOGENERATED FILE FROM balenalib/colibri-imx6-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 --keyserver key...
resin-io-library/base-images
balena-base-images/node/colibri-imx6/fedora/33/14.18.3/build/Dockerfile
Dockerfile
apache-2.0
2,753
# AUTOGENERATED FILE FROM balenalib/parallella-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 \ ; do ...
nghiant2710/base-images
balena-base-images/node/parallella/alpine/edge/14.16.1/build/Dockerfile
Dockerfile
apache-2.0
2,957
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
andschwa/mesos
support/mesos-build/ubuntu-16.04-arm.dockerfile
Dockerfile
apache-2.0
1,748
# AUTOGENERATED FILE FROM balenalib/nuc-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/nuc/debian/bookworm/5.0-runtime/build/Dockerfile
Dockerfile
apache-2.0
2,540
# AUTOGENERATED FILE FROM balenalib/imx8mm-var-dart-debian:jessie-run ENV NODE_VERSION 14.16.1 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...
nghiant2710/base-images
balena-base-images/node/imx8mm-var-dart/debian/jessie/14.16.1/run/Dockerfile
Dockerfile
apache-2.0
2,943
# AUTOGENERATED FILE FROM balenalib/genericx86-64-ext-ubuntu:disco-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/genericx86-64-ext/ubuntu/disco/2.7.18/run/Dockerfile
Dockerfile
apache-2.0
4,455
# AUTOGENERATED FILE FROM balenalib/apalis-imx6-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 depe...
nghiant2710/base-images
balena-base-images/python/apalis-imx6/ubuntu/cosmic/3.9.1/run/Dockerfile
Dockerfile
apache-2.0
4,070
# AUTOGENERATED FILE FROM balenalib/genericx86-64-ext-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...
nghiant2710/base-images
balena-base-images/python/genericx86-64-ext/ubuntu/focal/3.9.4/run/Dockerfile
Dockerfile
apache-2.0
4,081
# AUTOGENERATED FILE FROM balenalib/ccimx8x-sbc-pro-ubuntu:focal-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.pg...
nghiant2710/base-images
balena-base-images/node/ccimx8x-sbc-pro/ubuntu/focal/12.22.1/run/Dockerfile
Dockerfile
apache-2.0
2,917
# AUTOGENERATED FILE FROM balenalib/orangepi-plus2-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/orangepi-plus2/alpine/3.10/3.9.4/build/Dockerfile
Dockerfile
apache-2.0
4,841
# Based on ubuntu FROM ubuntu:xenial LABEL maintainers="Edison Xiang <xiang.edison@gmail.com>" LABEL description="OpenSDS CSI file Plugin" # Copy opensdsplugin from build directory COPY csi.file.opensds /csi.file.opensds COPY nvme-cli-1.8.1 /nvme-cli-1.8.1 # Install iscsi RUN apt-get update && \ apt-get --no-in...
opensds/nbp
csi/cmd/file/Dockerfile
Dockerfile
apache-2.0
680
# AUTOGENERATED FILE FROM balenalib/up-board-fedora:34-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...
nghiant2710/base-images
balena-base-images/python/up-board/fedora/34/3.6.12/build/Dockerfile
Dockerfile
apache-2.0
2,451
# AUTOGENERATED FILE FROM balenalib/colibri-imx6dl-ubuntu:focal-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 --keyserve...
resin-io-library/base-images
balena-base-images/node/colibri-imx6dl/ubuntu/focal/14.18.3/build/Dockerfile
Dockerfile
apache-2.0
2,759
# AUTOGENERATED FILE FROM balenalib/coral-dev-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 McVitt...
nghiant2710/base-images
balena-base-images/python/coral-dev/alpine/3.11/3.7.9/build/Dockerfile
Dockerfile
apache-2.0
4,836
# AUTOGENERATED FILE FROM balenalib/odroid-u3+-ubuntu:eoan-build ENV GO_VERSION 1.15.8 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 "bde22202576c3920ff5646fb1d19877cedc19501939d6ccd7b16ff89071abd0a go$GO_VERSION....
nghiant2710/base-images
balena-base-images/golang/odroid-u3+/ubuntu/eoan/1.15.8/build/Dockerfile
Dockerfile
apache-2.0
2,024
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-debian:bullseye-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...
resin-io-library/base-images
balena-base-images/python/asus-tinker-board/debian/bullseye/3.9.10/build/Dockerfile
Dockerfile
apache-2.0
4,865
# AUTOGENERATED FILE FROM balenalib/up-core-fedora:36-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 "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \ && echo "02b111284bedbfa35a7e5b74a060...
resin-io-library/base-images
balena-base-images/golang/up-core/fedora/36/1.17.7/run/Dockerfile
Dockerfile
apache-2.0
2,083
# AUTOGENERATED FILE FROM balenalib/var-som-mx6-ubuntu:bionic-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 --keyserver ...
nghiant2710/base-images
balena-base-images/node/var-som-mx6/ubuntu/bionic/12.21.0/build/Dockerfile
Dockerfile
apache-2.0
2,764
# AUTOGENERATED FILE FROM balenalib/jetson-tx2-fedora:35-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 keyse...
resin-io-library/base-images
balena-base-images/node/jetson-tx2/fedora/35/12.22.9/build/Dockerfile
Dockerfile
apache-2.0
2,747
# AUTOGENERATED FILE FROM balenalib/colibri-imx6dl-ubuntu:bionic-build ENV NODE_VERSION 15.10.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 --keyserv...
nghiant2710/base-images
balena-base-images/node/colibri-imx6dl/ubuntu/bionic/15.10.0/build/Dockerfile
Dockerfile
apache-2.0
2,767
# AUTOGENERATED FILE FROM balenalib/jetson-tx2-fedora:31-run 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.pool...
nghiant2710/base-images
balena-base-images/node/jetson-tx2/fedora/31/14.16.1/run/Dockerfile
Dockerfile
apache-2.0
2,749
# AUTOGENERATED FILE FROM balenalib/npe-x500-m3-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 ad...
nghiant2710/base-images
balena-base-images/python/npe-x500-m3/alpine/3.13/3.5.10/run/Dockerfile
Dockerfile
apache-2.0
4,133
FROM ubuntu:trusty RUN apt-get update RUN apt-get install -y ngircd RUN sed -i -r "s/.*Listen = 127.0.0.1.*/\tListen = 0.0.0.0/" /etc/ngircd/ngircd.conf EXPOSE 6667 CMD ["ngircd", "--nodaemon"]
bsanders/ngircd-docker
Dockerfile
Dockerfile
apache-2.0
194
# AUTOGENERATED FILE FROM balenalib/colibri-imx6-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...
resin-io-library/base-images
balena-base-images/python/colibri-imx6/fedora/36/3.7.12/build/Dockerfile
Dockerfile
apache-2.0
2,440
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-wifi-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 ...
resin-io-library/base-images
balena-base-images/python/beaglebone-green-wifi/alpine/3.13/3.6.15/run/Dockerfile
Dockerfile
apache-2.0
4,139
# AUTOGENERATED FILE FROM balenalib/raspberrypicm4-ioboard-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 pyt...
resin-io-library/base-images
balena-base-images/python/raspberrypicm4-ioboard/debian/sid/3.10.0/run/Dockerfile
Dockerfile
apache-2.0
4,097
FROM ubuntu:wily # wily -> 15.10 # Based on https://hub.docker.com/r/ethereum/client-go/~/dockerfile/ MAINTAINER Vallard Benincosa (vallard@benincosa.com) RUN apt-get update && apt-get upgrade -q -y RUN apt-get install -q -y git curl software-properties-common vim # Got a proxy? #ENV HTTPS_PROXY=http://proxy.esl.cisc...
vallard/ethereum-infrastructure
Docker/Dockerfile
Dockerfile
apache-2.0
673
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-wifi-ubuntu:eoan-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 --ke...
nghiant2710/base-images
balena-base-images/node/beaglebone-green-wifi/ubuntu/eoan/12.20.1/build/Dockerfile
Dockerfile
apache-2.0
2,770
FROM centos:7 MAINTAINER Mike Eder # Yum workaround to stalled mirror RUN sed -i -e 's/enabled=1/enabled=0/g' /etc/yum/pluginconf.d/fastestmirror.conf RUN rm -f /var/lib/rpm/__* RUN rpm --rebuilddb -v -v RUN yum clean all # see https://bugs.debian.org/775775 # and https://github.com/docker-library/java/issues/19#is...
mikeder/docker-jenkins
docker-jenkins/jenkins-master/Dockerfile
Dockerfile
apache-2.0
2,931
# AUTOGENERATED FILE FROM balenalib/ts4900-alpine:3.11-build ENV GO_VERSION 1.16.3 # 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 ] && echo...
nghiant2710/base-images
balena-base-images/golang/ts4900/alpine/3.11/1.16.3/build/Dockerfile
Dockerfile
apache-2.0
2,333
# AUTOGENERATED FILE FROM balenalib/jn30b-nano-ubuntu:focal-run ENV NODE_VERSION 10.24.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.com...
nghiant2710/base-images
balena-base-images/node/jn30b-nano/ubuntu/focal/10.24.0/run/Dockerfile
Dockerfile
apache-2.0
2,912
# AUTOGENERATED FILE FROM balenalib/raspberry-pi2-debian:sid-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 ...
nghiant2710/base-images
balena-base-images/node/raspberry-pi2/debian/sid/14.15.4/run/Dockerfile
Dockerfile
apache-2.0
2,939
# AUTOGENERATED FILE FROM balenalib/am571x-evm-debian:bullseye-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver...
nghiant2710/base-images
balena-base-images/node/am571x-evm/debian/bullseye/15.7.0/run/Dockerfile
Dockerfile
apache-2.0
2,944
# AUTOGENERATED FILE FROM balenalib/via-vab820-quad-debian:jessie-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyse...
nghiant2710/base-images
balena-base-images/node/via-vab820-quad/debian/jessie/15.10.0/run/Dockerfile
Dockerfile
apache-2.0
2,947
# AUTOGENERATED FILE FROM balenalib/parallella-hdmi-resin-debian:jessie-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch -...
nghiant2710/base-images
balena-base-images/node/parallella-hdmi-resin/debian/jessie/12.22.1/run/Dockerfile
Dockerfile
apache-2.0
2,953
# AUTOGENERATED FILE FROM balenalib/edison-ubuntu:xenial-run ENV NODE_VERSION 10.23.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.com --...
nghiant2710/base-images
balena-base-images/node/edison/ubuntu/xenial/10.23.1/run/Dockerfile
Dockerfile
apache-2.0
2,939
# AUTOGENERATED FILE FROM balenalib/up-squared-fedora:31-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 "951a3c7c6ce4e56ad883f97d9...
nghiant2710/base-images
balena-base-images/golang/up-squared/fedora/31/1.16.3/run/Dockerfile
Dockerfile
apache-2.0
2,086
# AUTOGENERATED FILE FROM balenalib/up-squared-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/up-squared/debian/buster/6.0-sdk/run/Dockerfile
Dockerfile
apache-2.0
2,924
# AUTOGENERATED FILE FROM balenalib/jetson-nano-emmc-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 63C7CC90...
resin-io-library/base-images
balena-base-images/python/jetson-nano-emmc/ubuntu/xenial/3.9.7/build/Dockerfile
Dockerfile
apache-2.0
4,834
# AUTOGENERATED FILE FROM balenalib/edison-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 --n...
resin-io-library/base-images
balena-base-images/python/edison/alpine/edge/3.8.12/run/Dockerfile
Dockerfile
apache-2.0
4,124
# AUTOGENERATED FILE FROM balenalib/hummingboard2-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...
resin-io-library/base-images
balena-base-images/python/hummingboard2/debian/stretch/3.7.12/run/Dockerfile
Dockerfile
apache-2.0
4,096
# AUTOGENERATED FILE FROM balenalib/aio-3288c-alpine:edge-run 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 buildDeps='curl' \ && set -x \ && for key in \ 6A010C5166006599A...
resin-io-library/base-images
balena-base-images/node/aio-3288c/alpine/edge/17.6.0/run/Dockerfile
Dockerfile
apache-2.0
3,016
# AUTOGENERATED FILE FROM balenalib/hummingboard-fedora:33-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 --keyserver keys...
resin-io-library/base-images
balena-base-images/node/hummingboard/fedora/33/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,751
FROM maven:latest ENV PGHOST postgres-postgresql RUN git clone https://github.com/thoersch/spring-boot-rest-api-seed.git && cd spring-boot-rest-api-seed && sed -i -- "s/localhost/$PGHOST/g" pom.xml && sed -i -- "s/127.0.0.1/$PGHOST/g" src/main/resources/config/local.yml && mvn clean install EXPOSE 8080 CMD java -jar s...
adubeniuk/verygoodtaskindeed
api-seed/Dockerfile
Dockerfile
bsd-2-clause
426
FROM tifayuki/java:7 MAINTAINER Feng Honglin <hfeng@tutum.co> RUN apt-get update && \ apt-get install -yq --no-install-recommends wget pwgen ca-certificates && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* ENV TOMCAT_MAJOR_VERSION 8 ENV TOMCAT_MINOR_VERSION 8.0.11 ENV CATALINA_HOME /tomcat # INSTALL T...
xiongjungit/tomcat
8.0/Dockerfile
Dockerfile
apache-2.0
901
# AUTOGENERATED FILE FROM balenalib/raspberrypi3-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 so...
nghiant2710/base-images
balena-base-images/openjdk/raspberrypi3/ubuntu/xenial/8-jre/build/Dockerfile
Dockerfile
apache-2.0
3,103
FROM balenalib/armv7hf-alpine:3.13-run LABEL io.balena.device-type="revpi-connect" 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 ...
nghiant2710/base-images
balena-base-images/device-base/revpi-connect/alpine/3.13/run/Dockerfile
Dockerfile
apache-2.0
1,018
FROM balenalib/amd64-alpine:edge-build LABEL io.balena.device-type="intel-nuc" 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...
nghiant2710/base-images
balena-base-images/device-base/intel-nuc/alpine/edge/build/Dockerfile
Dockerfile
apache-2.0
1,031
# Go cross compiler (xgo): Go 1.9.2 # Copyright (c) 2017 Péter Szilágyi. All rights reserved. # # Released under the MIT license. FROM chrisfranko/xgo-base MAINTAINER Christopher Franko <chrisjfranko@gmail.com> # Configure the root Go distribution and bootstrap based on it ENV GO_VERSION 192 RUN \ export ROOT_DIS...
chrisfranko/xgo
docker/go-1.9.2/Dockerfile
Dockerfile
mit
513
# The development environment for # - Android (from Gingerbread to KitKat). # - OpenWrt # - Buildroot # # This container is based on ubuntu:10.04 FROM ubuntu:10.04 MAINTAINER Evans Lai <evanslai@gmail.com> # Install the basic utilities RUN apt-get update RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \ ...
evanslai/docker-buildenv-10.04
Dockerfile
Dockerfile
mit
2,203
FROM ruby:2.3 RUN gem install pg nokogiri addressable redis i18n aws-sdk-v1 stemmify ADD . /tmp/. WORKDIR /tmp/ RUN chmod 777 main.rb CMD ruby main.rb
berpj/sigma
indexer/Dockerfile
Dockerfile
mit
161
FROM debian:jessie MAINTAINER Mark Percival <m@mdp.im> RUN apt-get update && apt-get install -y git build-essential make gcc libssl-dev RUN mkdir -p ~/src && cd ~/src && git clone https://github.com/katmagic/Shallot.git RUN cd ~/src/Shallot && ./configure && make WORKDIR /root/src/Shallot CMD ["./shallot", "^yay"]
mdp/docker-shallot
Dockerfile
Dockerfile
mit
318
FROM ubuntu:14.04 MAINTAINER Kevin Krummenauer <kevin@whiledo.de> WORKDIR /data RUN apt-get update && apt-get install -y \ apache2 \ git RUN echo "" > /var/www/html/index.html RUN git clone https://github.com/letsencrypt/letsencrypt RUN /data/letsencrypt/letsencrypt-auto --help RUN apache2ctl -D BAC...
kekru/letsencrypt-apache-ubuntu
Dockerfile
Dockerfile
mit
383
FROM mcr.microsoft.com/windows/servercore:ltsc2016 SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] ENV JAVA_VERSION 1.8.0.111-3 ENV JAVA_ZIP_VERSION 1.8.0-openjdk-1.8.0.111-3.b15 ENV JAVA_SHA256 e080371bf57536668416157660e05d95fe04db15da36234d32bda8e301bb...
StefanScherer/dockerfiles-windows
java/openjdk/ojdkbuild/windowsservercore/Dockerfile
Dockerfile
mit
962
# ltc-cpuminer - Litecoin CPU Minter for Stratum Pools FROM zumbrunnen/base MAINTAINER David Zumbrunnen <zumbrunnen@gmail.com> ENV DEBIAN_FRONTEND noninteractive RUN apt-get -yqq install wget python-dev libssl-dev make gcc RUN wget -qO- http://sourceforge.net/projects/cpuminer/files/pooler-cpuminer-2.3.2-linux-x86_6...
ychaim/docker-ltc-cpuminer
Dockerfile
Dockerfile
mit
375
########################################################################## FROM ubuntu:14.04 MAINTAINER "Paolo D'Onorio De Meo <p.donoriodemeo@cineca.it>" ########################################################################## # Base setup and Install dependencies ENV DEBIAN_FRONTEND "noninteractive" # Use apt to ...
EUDAT-B2STAGE/docker-images
images/irodsgsiserver/Dockerfile
Dockerfile
mit
4,742
# # NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh" # # PLEASE DO NOT EDIT IT DIRECTLY. # FROM buildpack-deps:stretch-scm # 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 ...
ancon/laradock
java/Dockerfile
Dockerfile
mit
2,801
FROM ubuntu:latest MAINTAINER Scott Belden <scottabelden@gmail.com> RUN apt-get update -y RUN apt-get install -y python-software-properties software-properties-common RUN apt-add-repository -y ppa:ubuntu-wine/ppa RUN dpkg --add-architecture i386 RUN apt-get update -y RUN apt-get install -y wget unzip wine1.7 ADD _se...
scottbelden/docker-winpyinstaller
build/Dockerfile
Dockerfile
mit
478
FROM redis:3.2.8-alpine # https://github.com/docker-library/healthcheck/blob/master/redis/docker-healthcheck COPY docker-healthcheck /usr/local/bin/ HEALTHCHECK --interval=5s --timeout=3s \ CMD ["docker-healthcheck"] RUN mkdir -p /var/log/redis \ && chown redis:redis /var/log/redis COPY sysctl.conf /etc/ COP...
boldr/boldr-api
internal/docker/redis/Dockerfile
Dockerfile
mit
414
# AUTOGENERATED FILE FROM balenalib/beaglebone-pocket-debian:buster-run ENV NODE_VERSION 15.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 --key...
nghiant2710/base-images
balena-base-images/node/beaglebone-pocket/debian/buster/15.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,949