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/nebra-hnt-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", ...
nghiant2710/base-images
balena-base-images/python/nebra-hnt/fedora/34/3.8.9/build/Dockerfile
Dockerfile
apache-2.0
2,436
FROM frolvlad/alpine-oraclejdk8 ENV FUNNEL_VERSION=5.1.5 COPY entrypoint.sh /tmp/entrypoint.sh RUN chmod +x /tmp/entrypoint.sh ADD http://iweb.dl.sourceforge.net/project/sigar/sigar/1.6/hyperic-sigar-1.6.4.tar.gz /hyperic-sigar-1.6.4.tar.gz RUN tar zxvf /hyperic-sigar-1.6.4.tar.gz && \ mv /hyperic-sigar-1.6.4/si...
timperrett/funnel-quickstart
flask/Dockerfile
Dockerfile
apache-2.0
783
# AUTOGENERATED FILE FROM balenalib/beaglebone-black-ubuntu:xenial-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 --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver....
nghiant2710/base-images
balena-base-images/node/beaglebone-black/ubuntu/xenial/15.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,924
# AUTOGENERATED FILE FROM balenalib/npe-x500-m3-debian:buster-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 --keyserver...
nghiant2710/base-images
balena-base-images/node/npe-x500-m3/debian/buster/12.22.1/run/Dockerfile
Dockerfile
apache-2.0
2,943
# AUTOGENERATED FILE FROM balenalib/beaglebone-pocket-ubuntu:disco-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-pocket/ubuntu/disco/12.21.0/build/Dockerfile
Dockerfile
apache-2.0
2,768
# AUTOGENERATED FILE FROM balenalib/orange-pi-one-ubuntu:xenial-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_VER...
nghiant2710/base-images
balena-base-images/golang/orange-pi-one/ubuntu/xenial/1.15.8/build/Dockerfile
Dockerfile
apache-2.0
2,031
# AUTOGENERATED FILE FROM balenalib/odroid-xu4-debian:stretch-build ENV NODE_VERSION 15.10.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" || \ ...
nghiant2710/base-images
balena-base-images/node/odroid-xu4/debian/stretch/15.10.0/build/Dockerfile
Dockerfile
apache-2.0
2,789
FROM python:3.5 COPY app /app WORKDIR /app RUN pip install -r requirements.txt CMD ["python", "molt.py"]
swkoubou/molt
Dockerfile
Dockerfile
mit
107
# AUTOGENERATED FILE FROM balenalib/orange-pi-zero-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 'd...
nghiant2710/base-images
balena-base-images/openjdk/orange-pi-zero/alpine/edge/7-jre/build/Dockerfile
Dockerfile
apache-2.0
1,767
FROM ruby:2.4 RUN mkdir -p /scenario WORKDIR /scenario ENV LANG=C.UTF-8 CMD (bundle check || bundle install) && bundle exec rake
rf-/keynote
scenarios/rails51.dockerfile
Dockerfile
mit
129
# https://github.com/letsencrypt/letsencrypt/pull/431#issuecomment-103659297 # it is more likely developers will already have ubuntu:trusty rather # than e.g. debian:jessie and image size differences are negligible FROM ubuntu:trusty MAINTAINER Jakub Warmuz <jakub@warmuz.org> MAINTAINER William Budington <bill@eff.org>...
VladimirTyrin/letsencrypt
Dockerfile
Dockerfile
apache-2.0
2,558
FROM buildpack-deps:xenial ENV IROOT=/installs ENV FFEAD_CPP_PATH=${IROOT}/ffead-cpp-2.0 ENV PATH=${FFEAD_CPP_PATH}:${PATH} RUN mkdir /installs WORKDIR / COPY te-benchmark/ te-benchmark/ COPY *.sh ./ RUN chmod 755 *.sh RUN ./install_ffead-cpp-dependencies.sh WORKDIR / RUN ./install_ffead-cpp-framework.sh WORKDI...
actframework/FrameworkBenchmarks
frameworks/C++/ffead-cpp/ffead-cpp-apache-mongo.dockerfile
Dockerfile
bsd-3-clause
447
# Copyright 2018 The TensorFlow Authors. 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 applica...
hfp/tensorflow-xsmm
tensorflow/tools/dockerfiles/dockerfiles/cpu-jupyter.Dockerfile
Dockerfile
apache-2.0
2,324
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 EXPOSE 8080 ENT...
lneves/FrameworkBenchmarks
frameworks/CSharp/aspnetcore/aspcore-mvc-ado-my.dockerfile
Dockerfile
bsd-3-clause
445
# build from repo root FROM centos:6 RUN yum install -y epel-release RUN yum install -y rsync openssh-clients jq curl wget lynx RUN useradd depositor USER depositor WORKDIR /home/depositor
JayanthyChengan/dataverse
conf/docker-dcm/c6client.dockerfile
Dockerfile
apache-2.0
189
FROM tudorg/xgo-base MAINTAINER Tudor Golubenco <tudor@elastic.co> # Inject the build script ADD build_go_daemon.sh /build_go_daemon.sh ENV BUILD_GO_DAEMON /build_go_daemon.sh RUN chmod +x $BUILD_GO_DAEMON ENTRYPOINT ["/build_go_daemon.sh"]
radoondas/elasticbeat
vendor/github.com/elastic/beats/dev-tools/packer/docker/go-daemon/Dockerfile
Dockerfile
apache-2.0
244
FROM bylexus/apache-php7 # https://www.microsoft.com/en-us/sql-server/developer-get-started/php-ubuntu RUN apt-get update RUN apt-get install -y curl apt-transport-https RUN curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - RUN curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list >...
rob006/yii2
tests/mssql/Dockerfile
Dockerfile
bsd-3-clause
2,016
FROM nodesource/jessie-base MAINTAINER William Blankenship <wblankenship@nodesource.com> RUN curl https://deb.nodesource.com/iojs_2.x/pool/main/i/iojs/iojs_2.3.1-1nodesource1~jessie1_amd64.deb > node.deb \ && dpkg -i node.deb \ && rm node.deb RUN npm install -g pangyp\ && ln -s $(which pangyp) $(dirname $(which pa...
nodesource/docker-node
debian/jessie/iojs/2.3.1/Dockerfile
Dockerfile
mit
549
# # PyPy Dockerfile # Sets up a minimal installation of pypy, along with pip # FROM colinrhodes/base MAINTAINER Colin Rhodes <colin@colin-rhodes.com> RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 68854915 ADD pypy.list /etc/apt/sources.list.d/pypy.list RUN apt-get -yq update RUN apt-get -yq install py...
colin-rhodes/docker-pypy
Dockerfile
Dockerfile
mit
434
# Ubuntu 12.04 with graphite # # VERSION 0.1 FROM asyncee/ubuntu12.04-base MAINTAINER asyncee # graphite and dependencies RUN apt-get install -y python-cairo \ && apt-get clean \ && rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/* RUN pip install supervisor uwsgi \ whisper==0.9.12 carbon==0.9.12 gr...
asyncee/docker-graphite
Dockerfile
Dockerfile
mit
2,280
# # nZEDb Main Dockerfile # Create a quick and clean dev environment # FROM alpine:3.3 MAINTAINER razorgirl <https://github.com/razorgirl> # Set correct environment variables. ENV TZ Europe/London ENV HOME /root ENV LANG en_US.UTF-8 ENV LANGUAGE en_US.UTF-8 ENV LC_ALL en_US.UTF-8 # Make sure system is up-to-date. RU...
razorgirl/nzedb-docker
nzedb/Dockerfile
Dockerfile
mit
3,965
FROM nodesource/wheezy-base MAINTAINER William Blankenship <wblankenship@nodesource.com> RUN curl https://deb.nodesource.com/node_4.x/pool/main/n/nodejs/nodejs_4.2.2-2nodesource1~wheezy1_amd64.deb > node.deb \ && dpkg -i node.deb \ && rm node.deb RUN npm install -g pangyp\ && ln -s $(which pangyp) $(dirname $(whic...
nodesource/docker-node
debian/wheezy/node/4.2.2/Dockerfile
Dockerfile
mit
553
FROM alpine:latest MAINTAINER Jessie Frazelle <jess@linux.com> RUN apk --no-cache add \ ca-certificates \ git \ python \ py-boto \ py-paramiko RUN git clone --depth 1 https://github.com/newsapps/beeswithmachineguns /usr/src/beeswithmachineguns \ && cd /usr/src/beeswithmachineguns \ && python setup.py install \...
saneax/dockerfiles
beeswithmachineguns/Dockerfile
Dockerfile
mit
384
FROM node:12.2.0 # set working directory WORKDIR /code/frontend # add `/app/node_modules/.bin` to $PATH ENV PATH /code/frontend/node_modules/.bin:$PATH # install and cache app dependencies COPY package.json /code/frontend/package.json RUN npm install RUN npm install -g @angular/cli@7.3.9 # add app COPY . /code/fron...
kenjones21/kenWeaver
frontend/Dockerfile
Dockerfile
mit
324
FROM scratch ADD rootfs.tar.xz / CMD ["/bin/sh"] ENV ARCH=kfreebsd-amd64
multiarch/busybox
kfreebsd-amd64/slim/Dockerfile
Dockerfile
mit
73
# Base image FROM iojs # Set the working dir WORKDIR /app # Copy app files COPY package.json /app/ COPY build/ /app/build/ # Install deps RUN npm install --quiet --production # Start command CMD ["npm", "start"] # Expose port EXPOSE 5000
FOUfashion/api
Dockerfile
Dockerfile
mit
243
FROM ubuntu:14.04 ENV RUNTIME_PACKAGES="python3 postgresql python-psycopg2" ENV BUILD_PACKAGES="curl build-essential python3-dev libpq-dev ca-certificates libffi-dev libssl-dev git" WORKDIR /code EXPOSE 5000 RUN apt-key adv --keyserver pgp.mit.edu --recv D101F7899D41F3C3 RUN echo "deb http://dl.yarnpkg.com/debian/...
qateam123/eq
Dockerfile
Dockerfile
mit
877
FROM codeExecution:base MAINTAINER Vasil Dininski RUN sudo apt-get update RUN sudo apt-get install php5 -y
dininski/CodeExecutionServer
Dockerfiles/php/Dockerfile
Dockerfile
mit
108
FROM debian:jessie LABEL maintainer="phithon <root@leavesongs.com>" RUN set -ex \ && apt-get update \ && apt-get install -y wget aria2 \ && apt-get install -y --no-install-recommends cron \ && mkdir -p /usr/aria2/data/ COPY aria2.conf /usr/aria2/aria2.conf CMD set -ex \ && cron \ && aria2c -...
vulhub/vulhub
base/aria2/1.18.8/Dockerfile
Dockerfile
mit
352
# AUTOGENERATED FILE FROM balenalib/imx8mm-var-dart-debian:stretch-build ENV GO_VERSION 1.16.3 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "f4e96bbcd5d2d1942f5b55d9e4ab19564da4fad192012f6d7b0b9b055ba4208f go$GO_VERSION.linux-arm64.tar...
nghiant2710/base-images
balena-base-images/golang/imx8mm-var-dart/debian/stretch/1.16.3/build/Dockerfile
Dockerfile
apache-2.0
2,006
# AUTOGENERATED FILE FROM balenalib/raspberry-pi2-alpine:3.14-run RUN apk add --no-cache \ ca-certificates \ \ # .NET Core dependencies krb5-libs \ libgcc \ libintl \ libssl1.1 \ libstdc++ \ icu-libs \ zlib ENV \ # Configure web serve...
resin-io-library/base-images
balena-base-images/dotnet/raspberry-pi2/alpine/3.14/6.0-runtime/run/Dockerfile
Dockerfile
apache-2.0
2,442
# AUTOGENERATED FILE FROM balenalib/n510-tx2-fedora:33-build ENV GO_VERSION 1.16.14 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "5e59056e36704acb25809bcdb27191f27593cb7aba4d716b523008135a1e764a go$GO_VERSION.linux-arm64.tar.gz" | sha2...
resin-io-library/base-images
balena-base-images/golang/n510-tx2/fedora/33/1.16.14/build/Dockerfile
Dockerfile
apache-2.0
1,993
FROM scratch MAINTAINER You-Sheng Yang <vicamo@gmail.com> ADD xenial-preinstalled-touch-i386.custom.tar.gz /custom
phablet/docker_ubuntu-touch-cdimage
xenial/i386/custom/Dockerfile
Dockerfile
apache-2.0
117
FROM ubuntu:trusty MAINTAINER GoCD Team <go-cd@googlegroups.com> RUN apt-get update RUN apt-get -y upgrade RUN apt-get -y install git software-properties-common python-software-properties RUN add-apt-repository ppa:ubuntu-lxc/lxd-stable RUN apt-get update RUN apt-get -y install golang ADD gocd-golang-agent gocd-golan...
gocd-contrib/gocd-golang-agent
Dockerfile
Dockerfile
apache-2.0
328
# AUTOGENERATED FILE FROM balenalib/nanopi-r2c-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 McVit...
resin-io-library/base-images
balena-base-images/python/nanopi-r2c/alpine/3.12/3.6.15/build/Dockerfile
Dockerfile
apache-2.0
4,836
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-gateway-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...
nghiant2710/base-images
balena-base-images/node/beaglebone-green-gateway/ubuntu/bionic/15.14.0/build/Dockerfile
Dockerfile
apache-2.0
2,777
# AUTOGENERATED FILE FROM balenalib/jetson-nano-debian:jessie-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/jetson-nano/debian/jessie/14.15.4/run/Dockerfile
Dockerfile
apache-2.0
2,939
# AUTOGENERATED FILE FROM balenalib/up-squared-alpine:3.12-run 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 buildDeps='curl' \ && set -x \ && for key in \ 6A010C516600659...
nghiant2710/base-images
balena-base-images/node/up-squared/alpine/3.12/14.16.0/run/Dockerfile
Dockerfile
apache-2.0
3,032
# AUTOGENERATED FILE FROM balenalib/amd64-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 dependencie...
resin-io-library/base-images
balena-base-images/python/amd64/ubuntu/focal/3.6.15/run/Dockerfile
Dockerfile
apache-2.0
4,067
# AUTOGENERATED FILE FROM balenalib/cl-som-imx8-ubuntu:disco-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/cl-som-imx8/ubuntu/disco/1.14.14/build/Dockerfile
Dockerfile
apache-2.0
2,000
# 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/3.1-sdk/build/Dockerfile
Dockerfile
apache-2.0
2,958
FROM ubuntu:14.04 WORKDIR /root/source VOLUME /root/source ENV DEBIAN_FRONTEND noninteractive RUN dpkg --add-architecture i386 # common x86 build requirements RUN apt-get update && \ apt-get install -y \ build-essential \ curl \ git \ g++-multilib \ zlib1g:i386 \ libxml2-utils \ s...
CGCL-codes/Rattrap
tools/Dockerfile
Dockerfile
apache-2.0
620
# AUTOGENERATED FILE FROM balenalib/parallella-hdmi-resin-debian:sid-run ENV NODE_VERSION 14.18.3 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 --ke...
resin-io-library/base-images
balena-base-images/node/parallella-hdmi-resin/debian/sid/14.18.3/run/Dockerfile
Dockerfile
apache-2.0
2,941
# AUTOGENERATED FILE FROM balenalib/raspberrypi4-64-debian:sid-build ENV GO_VERSION 1.15.8 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "0e31ea4bf53496b0f0809730520dee98c0ae5c530f3701a19df0ba0a327bf3d2 go$GO_VERSION.linux-arm64.tar.gz"...
nghiant2710/base-images
balena-base-images/golang/raspberrypi4-64/debian/sid/1.15.8/build/Dockerfile
Dockerfile
apache-2.0
1,998
# AUTOGENERATED FILE FROM balenalib/up-core-plus-ubuntu:cosmic-build ENV GO_VERSION 1.15.7 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \ && echo "0d142143794721bb63ce6c8a6180c4062bcf8ef4715e7d6d6609f3a8282629b3 go$GO_VERSION.linux-amd64.tar.gz"...
nghiant2710/base-images
balena-base-images/golang/up-core-plus/ubuntu/cosmic/1.15.7/build/Dockerfile
Dockerfile
apache-2.0
2,016
# Begin from Gentoo stage3 FROM gentoo/stage3-amd64
apcera/kurma
build/docker/kurma-stage3/Dockerfile
Dockerfile
apache-2.0
52
# AUTOGENERATED FILE FROM balenalib/raspberrypicm4-ioboard-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...
nghiant2710/base-images
balena-base-images/python/raspberrypicm4-ioboard/alpine/edge/2.7.18/run/Dockerfile
Dockerfile
apache-2.0
4,586
# AUTOGENERATED FILE FROM balenalib/beaglebone-pocket-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 \ libicu63 \ libssl1....
nghiant2710/base-images
balena-base-images/dotnet/beaglebone-pocket/debian/bullseye/5.0-runtime/run/Dockerfile
Dockerfile
apache-2.0
2,952
# AUTOGENERATED FILE FROM balenalib/n310-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/n310-tx2/fedora/36/3.10.2/build/Dockerfile
Dockerfile
apache-2.0
2,436
# AUTOGENERATED FILE FROM balenalib/coral-dev-ubuntu:cosmic-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.com...
nghiant2710/base-images
balena-base-images/node/coral-dev/ubuntu/cosmic/15.10.0/run/Dockerfile
Dockerfile
apache-2.0
2,913
# AUTOGENERATED FILE FROM balenalib/surface-go-ubuntu:xenial-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-ge...
nghiant2710/base-images
balena-base-images/golang/surface-go/ubuntu/xenial/1.15.7/run/Dockerfile
Dockerfile
apache-2.0
2,340
# AUTOGENERATED FILE FROM balenalib/jetson-tx2-nx-devkit-ubuntu:focal-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 --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserv...
resin-io-library/base-images
balena-base-images/node/jetson-tx2-nx-devkit/ubuntu/focal/12.22.9/run/Dockerfile
Dockerfile
apache-2.0
2,916
# AUTOGENERATED FILE FROM balenalib/kitra520-ubuntu:xenial-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 --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com ...
nghiant2710/base-images
balena-base-images/node/kitra520/ubuntu/xenial/15.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,916
From alpine:latest MAINTAINER edward <edward@lxh.tech> ENV LANG=C.UTF-8 \ LC_ALL=C.UTF-8 \ TIMEZONE=Asia/Shanghai \ ALPINE_VERSION=v3.6 \ #MAX_RAM=1GB \ MONGO_VERSION=3.4.4-r0 \ MONGO_TOOLS_VERSION=3.4.4-r2 ENV MONGO_CONF=https://github.com/mongodb/mongo/blob/r${MONGO_VERSION}/rpm/mongod.conf RUN echo "http://mirrors...
edwardlau/docker
mongodb/Dockerfile
Dockerfile
apache-2.0
1,824
# # Uchiwa # # Pull base image. FROM ashangit/base:latest MAINTAINER Nicolas Fraison <nfraison@yahoo.fr> ENV UCHIWA_VERSION 0.13.0-1 # Deploy Uchiwa RUN yum install http://dl.bintray.com/palourde/uchiwa/uchiwa-${UCHIWA_VERSION}.x86_64.rpm -y # Mount sensu config. ADD conf/uchiwa.json /etc/sensu/uchiwa.json # Defin...
ashangit/docker-uchiwa
Dockerfile
Dockerfile
apache-2.0
500
# AUTOGENERATED FILE FROM balenalib/orange-pi-one-alpine:3.10-build 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/orange-pi-one/alpine/3.10/1.16/build/Dockerfile
Dockerfile
apache-2.0
2,336
# AUTOGENERATED FILE FROM balenalib/qemux86-64-debian:buster-run ENV NODE_VERSION 10.24.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 --keyserver ...
nghiant2710/base-images
balena-base-images/node/qemux86-64/debian/buster/10.24.1/run/Dockerfile
Dockerfile
apache-2.0
2,945
# AUTOGENERATED FILE FROM balenalib/parallella-ubuntu:eoan-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/parallella/ubuntu/eoan/3.8.6/build/Dockerfile
Dockerfile
apache-2.0
4,827
# AUTOGENERATED FILE FROM balenalib/jetson-nano-2gb-devkit-fedora:36-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 ...
resin-io-library/base-images
balena-base-images/openjdk/jetson-nano-2gb-devkit/fedora/36/8-jdk/run/Dockerfile
Dockerfile
apache-2.0
1,328
# AUTOGENERATED FILE FROM balenalib/etcher-pro-debian:buster-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 --keyserver ...
nghiant2710/base-images
balena-base-images/node/etcher-pro/debian/buster/12.21.0/run/Dockerfile
Dockerfile
apache-2.0
2,938
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-gateway-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 # insta...
nghiant2710/base-images
balena-base-images/python/beaglebone-green-gateway/debian/stretch/3.8.9/run/Dockerfile
Dockerfile
apache-2.0
4,109
# AUTOGENERATED FILE FROM balenalib/raspberrypi3-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 --keyserver h...
nghiant2710/base-images
balena-base-images/node/raspberrypi3/ubuntu/eoan/12.20.1/build/Dockerfile
Dockerfile
apache-2.0
2,761
# AUTOGENERATED FILE FROM balenalib/edge-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 \ libstdc+...
resin-io-library/base-images
balena-base-images/dotnet/edge/ubuntu/bionic/3.1-sdk/build/Dockerfile
Dockerfile
apache-2.0
2,915
# AUTOGENERATED FILE FROM balenalib/photon-tx2-nx-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 som...
resin-io-library/base-images
balena-base-images/openjdk/photon-tx2-nx/ubuntu/bionic/8-jre/run/Dockerfile
Dockerfile
apache-2.0
3,100
# AUTOGENERATED FILE FROM balenalib/armv7hf-debian:jessie-build ENV NODE_VERSION 14.16.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/armv7hf/debian/jessie/14.16.0/build/Dockerfile
Dockerfile
apache-2.0
2,784
# AUTOGENERATED FILE FROM balenalib/photon-nano-fedora:34-build ENV GO_VERSION 1.15.6 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "f87515b9744154ffe31182da9341d0a61eb0795551173d242c8cad209239e492 go$GO_VERSION.linux-arm64.tar.gz" | sh...
nghiant2710/base-images
balena-base-images/golang/photon-nano/fedora/34/1.15.6/build/Dockerfile
Dockerfile
apache-2.0
1,994
# AUTOGENERATED FILE FROM balenalib/kitra520-ubuntu:cosmic-run ENV NODE_VERSION 15.6.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/kitra520/ubuntu/cosmic/15.6.0/run/Dockerfile
Dockerfile
apache-2.0
2,914
# AUTOGENERATED FILE FROM balenalib/odroid-ux3-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 depe...
nghiant2710/base-images
balena-base-images/python/odroid-ux3/debian/stretch/3.6.12/run/Dockerfile
Dockerfile
apache-2.0
4,097
# AUTOGENERATED FILE FROM balenalib/smarc-px30-fedora:31-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 Dockerfile! ...
nghiant2710/base-images
balena-base-images/openjdk/smarc-px30/fedora/31/8-jre/run/Dockerfile
Dockerfile
apache-2.0
1,316
# AUTOGENERATED FILE FROM balenalib/raspberrypi3-ubuntu:bionic-build ENV GO_VERSION 1.16 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 "5d2c637632fc23139c992e7f5adce1e46bccebd5a43fc90f797050ae71f46ab9 go$GO_VERSIO...
nghiant2710/base-images
balena-base-images/golang/raspberrypi3/ubuntu/bionic/1.16/build/Dockerfile
Dockerfile
apache-2.0
2,026
# AUTOGENERATED FILE FROM balenalib/bananapi-m1-plus-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...
nghiant2710/base-images
balena-base-images/python/bananapi-m1-plus/ubuntu/bionic/3.8.6/build/Dockerfile
Dockerfile
apache-2.0
4,837
# 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-jre/run/Dockerfile
Dockerfile
apache-2.0
1,322
FROM webdizz/baseimage-java8:latest MAINTAINER Izzet Mustafaiev "izzet@mustafaiev.com" # Set correct environment variables. ENV HOME /root ENV LANG en_US.UTF-8 ENV LC_ALL en_US.UTF-8 ENV DEBIAN_FRONTEND noninteractive # set sane locale RUN locale-gen en_US.UTF-8 RUN mkdir -p /jenkins/plugins RUN apt-get install -y g...
webdizz/docker-jenkins
Dockerfile
Dockerfile
apache-2.0
2,174
# AUTOGENERATED FILE FROM balenalib/up-squared-debian:jessie-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver ...
nghiant2710/base-images
balena-base-images/node/up-squared/debian/jessie/12.20.1/run/Dockerfile
Dockerfile
apache-2.0
2,945
# AUTOGENERATED FILE FROM balenalib/firefly-rk3288-ubuntu:eoan-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 dep...
nghiant2710/base-images
balena-base-images/python/firefly-rk3288/ubuntu/eoan/3.8.9/run/Dockerfile
Dockerfile
apache-2.0
4,069
FROM ubuntu:14.04 MAINTAINER hamsterksu@gmail.com RUN apt-get update RUN apt-get install -y software-properties-common # Install Java. RUN \ echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | debconf-set-selections && \ add-apt-repository -y ppa:webupd8team/java && \ apt-get update &...
hamsterksu/workstation
Dockerfile
Dockerfile
apache-2.0
686
FROM python:2.7 ADD . /code WORKDIR /code RUN apt-get update RUN apt-get install -y libzmq3-dev RUN pip install -r requirements.txt
gtaylor/dockerized-image-crawler
Dockerfile
Dockerfile
bsd-3-clause
132
FROM relateiq/oracle-java7 RUN apt-get update RUN apt-get install -y git curl build-essential make gcc wget RUN cd /opt && wget http://apache.mirrors.pair.com/cassandra/1.2.9/apache-cassandra-1.2.9-bin.tar.gz RUN cd /opt && tar zxf apache-cassandra-*.tar.gz RUN rm /opt/*.tar.gz RUN mv /opt/apache-cassandra-* /opt/cas...
michaelBenin/docker_public
images/cassandra/Dockerfile
Dockerfile
mit
910
FROM alpine:3.2 # 依赖安装 RUN apk update \ && apk add rsync \ && rm -rf /var/cache/apk/* # 配置 ADD rsyncd.conf /etc/rsyncd.conf ADD entrypoint.sh /entrypoint.sh # rsync 服务端口 EXPOSE 873 VOLUME ["/var/lib/clamav/"] ENTRYPOINT ["/entrypoint.sh"]
genee-tools/clamav-db-server
docker/Dockerfile
Dockerfile
mit
272
[#ftl] # # Copyright 2014-2015 by Cloudsoft Corporation Limited # # 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 app...
pushtechnology/clocker
docker/src/main/resources/brooklyn/entity/container/docker/centos/Dockerfile
Dockerfile
apache-2.0
1,274
FROM balenalib/armv7hf-debian:stretch-run LABEL io.balena.device-type="beagleboard-xm" RUN apt-get update && apt-get install -y --no-install-recommends \ less \ kmod \ nano \ net-tools \ ifupdown \ iputils-ping \ i2c-tools \ usbutils \ && rm -rf /var/lib/apt/lists/* RUN [ ! -d /.balena/messages ] && ...
nghiant2710/base-images
balena-base-images/device-base/beagleboard-xm/debian/stretch/run/Dockerfile
Dockerfile
apache-2.0
1,095
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1 MAINTAINER biocontainers <biodocker@gmail.com> LABEL software="tnseq-transit" \ base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \ container="tnseq-transit" \ about.summary="statistical calculations of essentiality of g...
BioContainers/containers
tnseq-transit/2.3.4-1-deb/Dockerfile
Dockerfile
apache-2.0
1,022
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%cinder-base:%%KOLLA_TAG%% MAINTAINER Kolla Project (https://launchpad.net/kolla) RUN yum install -y python-keystone && yum clean all COPY start.sh / COPY config-external.sh /opt/kolla/ CMD ["/start.sh"]
HackToday/kolla
docker/centos/binary/cinder/cinder-api/Dockerfile
Dockerfile
apache-2.0
247
FROM fedora:29 RUN dnf -y update RUN dnf install -y \ erlang-crypto \ erlang-erlsyslog \ erlang-erts \ make \ python3 \ python3-pybeam \ python3-pyelftools \ python3-rpm
lemenkov/erlang-rpm-macros
travis-ci/fedora_32/Dockerfile
Dockerfile
mit
189
ARG ASPNET_REPO=mcr.microsoft.com/dotnet/aspnet ARG SDK_REPO=mcr.microsoft.com/dotnet/sdk # Installer image FROM $SDK_REPO:6.0.201-alpine3.14-amd64 AS installer # Install .NET Monitor ENV DOTNET_MONITOR_VERSION=6.0.2 RUN wget -O dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg https://dotnetcli.azureedge.net/dotnet/diagn...
dotnet/dotnet-docker
src/monitor/6.0/alpine/amd64/Dockerfile
Dockerfile
mit
2,949
FROM ubuntu:14.04 RUN apt-get update RUN apt-get install -y \ curl \ zlib1g-dev \ build-essential ENV CLASP_BUCKET downloads.sourceforge.net/project/potassco ENV CLASP_VERSION 3.1.4 ENV CLASP_SHA256 f6a7d8a90c3f216f778410ea7189b74a902750477fcce1a6b8c992fb08c372fe WORKDIR /src RUN set -x \ ...
minditech/oss-dockerfiles
clasp/Dockerfile
Dockerfile
mit
830
# Go cross compiler (xgo): Go 1.13.2 # Copyright (c) 2019 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 11302 RUN \ export ROOT_...
chrisfranko/xgo
docker/go-1.13.2/Dockerfile
Dockerfile
mit
516
<%= generation_message %> FROM <%= base_image %> MAINTAINER Instructure Engineering USER root ARG PYTHON_VERSION=<%= python_version %> ARG PYTHON_MAJOR_MINOR_VERSION=<%= python_build_version %> ARG PIP_VERSION=<%= pip_version %> ARG PGP_KEY_ID=<%= python_pgp_key_id %> RUN apt-get update && apt-get install -y zlib1g-d...
instructure/dockerfiles
python/template/Dockerfile
Dockerfile
mit
1,424
FROM circleci/node:8 RUN sudo apt-get update && sudo apt-get install libpcap-dev
ilbonzo/SlashBot
.circleci/Dockerfile
Dockerfile
mit
82
FROM thibaultdelor/docker-rust:1.12.1 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app CMD cargo run --release ONBUILD COPY . /usr/src/app ONBUILD RUN cargo build --release
thibaultdelor/docker-rust
1.12.1/onbuild/Dockerfile
Dockerfile
mit
174
# the different stages of this Dockerfile are meant to be built into separate images # https://docs.docker.com/compose/compose-file/#target ARG PHP_VERSION=8.0 ARG NODE_VERSION=14 ARG NGINX_VERSION=1.21 FROM php:${PHP_VERSION}-fpm-alpine AS sylius_php # persistent / runtime deps RUN apk add --no-cache \ acl ...
Sylius/Sylius-Standard
Dockerfile
Dockerfile
mit
4,382
FROM python:3-slim ADD . . RUN pip install -r requirements.txt ENTRYPOINT ["python", "-u", "update_ip.py"]
bwagner5/Dynamic-IP-Route53
Dockerfile
Dockerfile
mit
111
FROM nginx:latest MAINTAINER Gordon Chan <github.com/gchan> COPY default.conf /etc/nginx/conf.d/default.conf ADD entrypoint.sh . ENTRYPOINT ["./entrypoint.sh"] CMD ["nginx", "-g", "daemon off;"]
gchan/dockerfiles
nginx-ssl-ghost/Dockerfile
Dockerfile
mit
198
# TAGS 3.5.2-jdk-8 3.5.2 3.5-jdk-8 3.5 3-jdk-8 3 latest FROM laincloud/openjdk:8-jdk ARG MAVEN_VERSION=3.5.2 ARG SHA=707b1f6e390a65bde4af4cdaf2a24d45fc19a6ded00fff02e91626e3e42ceaff ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/${MAVEN_VERSION}/binaries RUN mkdir -p /usr/share/maven /usr/share/maven/ref \ &&...
laincloud/dockerfiles
maven/3-jdk-8/Dockerfile
Dockerfile
mit
681
# dkdde/gitlab-ci-worker:node-12_php-8.0_ruby-2.7 FROM ubuntu:bionic-20210118 LABEL maintainer.first="Nicolai Reuschling 'nicolai.reuschling@dkd.de'" # Setup environment ENV LANG=en_US.UTF-8 ENV LANGUAGE=en_US:en ENV LC_ALL=en_US.UTF-8 ENV RUBY_VERSION=2.7 ENV PHP_VERSION=8.0 ENV NODE_VERSION=12.21 ENV BUNDLE_PATH=/c...
dkd/docker-images
gitlab-ci-worker__node-12_php-8.0_ruby-2.7/Dockerfile
Dockerfile
mit
4,122
FROM asher/nodejs-runtime
schafer14/Chess4
Dockerfile
Dockerfile
mit
25
FROM maven:3-jdk-8 AS build-env RUN set -ex \ && apt-get update \ && apt-get install -y wget unzip \ && cd /usr/src/ \ && wget https://github.com/spring-projects/spring-webflow-samples/archive/f2312608cb924666d5d068e8016c1727b006d372.zip -O spring-webflow-samples.zip \ && unzip spring-webflow-sampl...
vulhub/vulhub
base/spring/spring-webflow/2.4.4/Dockerfile
Dockerfile
mit
1,014
FROM jrottenberg/ffmpeg:4.3-alpine312 as ffmpeg FROM node:14-alpine WORKDIR /usr/chibisafe COPY package.json package-lock.json ./ RUN apk add --update \ && apk add --no-cache ca-certificates libwebp libwebp-tools expat \ && apk add --no-cache vidstab-dev --repository=http://dl-cdn.alpinelinux.org/alpine/edge/communi...
WeebDev/lolisafe
docker/chibisafe/Dockerfile
Dockerfile
mit
597
FROM php:5.6-apache RUN apt-get update && \ apt-get install -y git nodejs npm php-pclzip libzip2 zlib1g-dev php5-xdebug debhelper \ php5-dev binutils dh-apparmor dpkg dpkg-dev file html2text man-db perl po-debconf dh-make \ autoconf automake libssl-dev libtool php5-common shtool ucf libc6 php5-cli RUN npm...
polishdeveloper/mini-wiki
Dockerfile
Dockerfile
cc0-1.0
710
# AUTOGENERATED FILE FROM balenalib/kitra710-debian:buster-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 sam...
resin-io-library/base-images
balena-base-images/openjdk/kitra710/debian/buster/16-jdk/run/Dockerfile
Dockerfile
apache-2.0
3,014