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/vab820-quad-ubuntu:cosmic-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/vab820-quad/ubuntu/cosmic/15.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,764 |
FROM python:2.7
RUN mkdir /demo
COPY ./ /demo/catalog-api-demo/
WORKDIR /demo/catalog-api-demo/catalog_api_demo
RUN pip install -r ../requirements.txt
USER nobody:nogroup
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"] | osu-mist/catalog-api-demo | Dockerfile | Dockerfile | apache-2.0 | 227 |
# AUTOGENERATED FILE
FROM balenalib/artik5-ubuntu:cosmic-build
ENV GO_VERSION 1.16.3
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "0cfbfa848a1ab81e2aa2dd257c2b3572c3637d32562b1eaa6aeadb2909911606 go$GO_VERSION.li... | nghiant2710/base-images | balena-base-images/golang/artik5/ubuntu/cosmic/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,024 |
FROM concourse/buildroot:base
ARG kubernetes_version=1.15.5
ADD https://storage.googleapis.com/kubernetes-release/release/v${kubernetes_version}/bin/linux/amd64/kubectl /usr/local/bin/kubectl
RUN chmod +x /usr/local/bin/kubectl
ADD assets/ /opt/resource/
RUN chmod +x /opt/resource/*
| frodenas/k8s-resource | Dockerfile | Dockerfile | apache-2.0 | 287 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-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.com... | nghiant2710/base-images | balena-base-images/node/am571x-evm/ubuntu/bionic/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,916 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-alpine:3.14-run
ENV GO_VERSION 1.17.7
# 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/generic-amd64/alpine/3.14/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,477 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-ubuntu:bionic-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 keyse... | nghiant2710/base-images | balena-base-images/node/beaglebone-green-wifi/ubuntu/bionic/10.23.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,929 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-debian:bullseye-build
ENV NODE_VERSION 14.16.1
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/firefly-rk3288/debian/bullseye/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,795 |
# AUTOGENERATED FILE
FROM balenalib/cl-som-imx8-debian:buster-run
ENV Logging__Console__FormatterName=Json
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
... | resin-io-library/base-images | balena-base-images/dotnet/cl-som-imx8/debian/buster/6.0-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,170 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-ubuntu:bionic-build
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserve... | nghiant2710/base-images | balena-base-images/node/imx8m-var-dart/ubuntu/bionic/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,761 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-alpine:3.10-run
ENV GO_VERSION 1.14.13
# 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/nsswitc... | nghiant2710/base-images | balena-base-images/golang/jetson-xavier-nx-devkit/alpine/3.10/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,482 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-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/spacely-tx2/fedora/31/8-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,317 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-debian:buster-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.
#
# Fo... | resin-io-library/base-images | balena-base-images/openjdk/jetson-nano-emmc/debian/buster/17-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,027 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-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 \
... | nghiant2710/base-images | balena-base-images/dotnet/odroid-ux3/debian/buster/5.0-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,122 |
# AUTOGENERATED FILE
FROM balenalib/revpi-connect-ubuntu:xenial-build
ENV NODE_VERSION 14.16.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserve... | nghiant2710/base-images | balena-base-images/node/revpi-connect/ubuntu/xenial/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,766 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-ubuntu:xenial-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 --keyserve... | nghiant2710/base-images | balena-base-images/node/jetson-xavier/ubuntu/xenial/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,762 |
# AUTOGENERATED FILE
FROM balenalib/edge-fedora:33-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", since... | nghiant2710/base-images | balena-base-images/python/edge/fedora/33/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,446 |
#
# 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 n... | JonZeolla/metron-bro-plugin-kafka | docker/containers/zeek/Dockerfile | Dockerfile | apache-2.0 | 2,280 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-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/orbitty-tx2/debian/sid/3.9.4/build/Dockerfile | Dockerfile | apache-2.0 | 4,850 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-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 "virtua... | resin-io-library/base-images | balena-base-images/python/beaglebone-black/fedora/36/3.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,444 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-s-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 --keys... | resin-io-library/base-images | balena-base-images/node/asus-tinker-board-s/debian/sid/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,939 |
FROM balenalib/amd64-ubuntu:cosmic-build
LABEL io.balena.device-type="qemux86-64"
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 ] && mkdir... | nghiant2710/base-images | balena-base-images/device-base/qemux86-64/ubuntu/cosmic/build/Dockerfile | Dockerfile | apache-2.0 | 1,106 |
# AUTOGENERATED FILE
FROM balenalib/edison-alpine:3.13-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVittie ... | nghiant2710/base-images | balena-base-images/python/edison/alpine/3.13/3.9.4/build/Dockerfile | Dockerfile | apache-2.0 | 4,833 |
# AUTOGENERATED FILE
FROM balenalib/photon-xavier-nx-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 --keys... | nghiant2710/base-images | balena-base-images/node/photon-xavier-nx/debian/jessie/12.20.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,944 |
FROM ubuntu:18.04
RUN apt-get update -qq && \
apt-get install -yqq locales wget build-essential
RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
ENV DEBIAN_FRONTEND noninteractive
ENV TROOT /cutelyst-benchmark-app
ENV CUTELYST_APP ${TROOT}/build/libcutelyst_benchmarks.... | greenlaw110/FrameworkBenchmarks | frameworks/C++/cutelyst/cutelyst-thread-nodelay.dockerfile | Dockerfile | bsd-3-clause | 947 |
############################################################
# Dockerfile to build Go Language Container Image
# Based Upon Debian "Wheezy"
############################################################
FROM ericdfournier/corridor:latest
MAINTAINER Eric D Fournier: me@ericdfournier.com
WORKDIR /go/src/github.com/ericdf... | ericdfournier/corridor | problems/Fresno/Dockerfile | Dockerfile | bsd-3-clause | 424 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-debian:buster-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/odroid-u3+/debian/buster/11-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,844 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6dl-debian:stretch-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... | nghiant2710/base-images | balena-base-images/openjdk/colibri-imx6dl/debian/stretch/11-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,967 |
FROM scottw/alpine-perl:5.26.0
MAINTAINER EBI, Web Production Team, webprod <webprod@ebi.ac.uk>
LABEL base_image="ebi-wp:EBI Web Service" \
software="ebi-webservice" \
container="ebi-webservice" \
about.summary="A collection of Web Service Clients to consume EBI Bioinfomatics tools" \
about.home="htt... | BioContainers/containers | ebi-webservice/1.0.0/Dockerfile | Dockerfile | apache-2.0 | 1,394 |
FROM balenalib/armv7hf-alpine:edge-run
LABEL io.balena.device-type="odroid-xu4"
RUN apk add --update \
less \
nano \
net-tools \
ifupdown \
usbutils \
gnupg \
&& rm -rf /var/cache/apk/*
RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image (Fo... | nghiant2710/base-images | balena-base-images/device-base/odroid-xu4/alpine/edge/run/Dockerfile | Dockerfile | apache-2.0 | 1,015 |
FROM archlinux:latest
MAINTAINER David Worms
# See https://github.com/mscdex/ssh2/issues/989
RUN echo 'Server=https://archive.archlinux.org/repos/2021/05/01/$repo/os/$arch' > /etc/pacman.d/mirrorlist
RUN \
pacman --noconfirm -Syu \
&& pacman --noconfirm -S procps grep which sed
# Install Node.js
RUN pacman --n... | adaltas/node-mecano | packages/system/env/info_archlinux/Dockerfile | Dockerfile | bsd-3-clause | 641 |
FROM php:7.4-cli
LABEL maintainer="Tobias Munk <tobias@diemeisterei.de>"
# Install required system packages
RUN apt-get update && \
apt-get -y install \
git \
zlib1g-dev \
libmemcached-dev \
libpq-dev \
libssl-dev \
libxml2-dev \
... | Naktibalda/Codeception | Dockerfile | Dockerfile | mit | 1,870 |
# Go cross compiler (xgo): Go 1.9.4
# Copyright (c) 2018 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 194
RUN \
export ROOT_DIS... | chrisfranko/xgo | docker/go-1.9.4/Dockerfile | Dockerfile | mit | 513 |
FROM codesimple/elm:0.19 AS build
WORKDIR /build
COPY . .
RUN elm make src/Main.elm --output=website/js/elm-chessboard.js
FROM nginx:alpine
COPY --from=build /build/website /usr/share/nginx/html
COPY --from=build /build/src/assets /usr/share/nginx/html/assets | addnab/elm-chessboard | Dockerfile | Dockerfile | mit | 260 |
FROM qixtand/debian-jessie-buildpack
# skip installing gem documentation
RUN mkdir -p /usr/local/etc \
&& { \
echo 'install: --no-document'; \
echo 'update: --no-document'; \
} >> /usr/local/etc/gemrc
ENV RUBY_MAJOR 2.1
ENV RUBY_VERSION 2.1.10
ENV RUBY_DOWNLOAD_SHA256 5be9f8d5d29d252cd7f969ab7550e31bbb001feb4a8... | qixtand/qixtand | debian/jessie/ruby/2.1.10/Dockerfile | Dockerfile | mit | 2,045 |
# Copyright (c) 2012-2016 Codenvy, S.A.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
# Contributors:
# Codenvy, S.A. - init... | rnowley/rnowley_ubuntu_jdk8 | Dockerfile | Dockerfile | mit | 6,860 |
#
# Build stage
#
FROM fpco/stack-build:lts as builder
MAINTAINER Pat Brisbin <pbrisbin@gmail.com>
ENV LANG en_US.UTF-8
ENV PATH /root/.local/bin:$PATH
RUN mkdir -p /src
WORKDIR /src
COPY stack.yaml hello.cabal /src/
RUN stack setup && stack install --dependencies-only
COPY . /src
RUN stack setup && stack install
... | pbrisbin/haskell-docker-example | Dockerfile | Dockerfile | mit | 718 |
FROM microsoft/aspnetcore
WORKDIR /app
COPY bin/Debug/netcoreapp1.1/publish /app
ENTRYPOINT ["dotnet", "aspnet.dll"]
| justinjohn83/DockerizeAllTheThings | aspnet/Dockerfile | Dockerfile | mit | 118 |
FROM node:alpine
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
COPY package.json /usr/src/app/
COPY yarn.lock /usr/src/app/
#RUN apt-get update && apt-get install -y git --no-install-recommends \
RUN apk add --no-cache --virtual .build-deps git \
&& yarn \
&& apk del .build-deps
# && apt-get purge -y --au... | JulesFaucherre/HyperTube | front/Dockerfile | Dockerfile | mit | 390 |
# Pull base image
FROM ubuntu:14.04
MAINTAINER fogun
# Install Python
RUN \
apt-get update && \
apt-get install -y software-properties-common python-software-properties python python-dev python-pip python-virtualenv && \
rm -rf /var/lib/apt/lists/*
# Install SSH server so we can connect multiple times to the co... | FredGun/mongonodejs | Dockerfile | Dockerfile | mit | 1,337 |
#
# Docker image for
#
# Chrome
#
#
# Create:
#
# sudo docker build --rm -t akaer/chrome . 2>&1 |tee docker_build.log
#
# Run:
#
# sudo docker run --rm=true -it \
# --name chrome \
# -e DISPLAY=$DISPLAY \
# -v /tmp/.X11-unix:/tmp/.X11-unix \
# -v /etc/localtime:/etc/localtime:ro \
# -v $(pwd):/data akaer/chr... | akaer/Dockerfiles | Chrome/Dockerfile | Dockerfile | mit | 895 |
FROM ubuntu:trusty
MAINTAINER Abe Voelker <abe@abevoelker.com>
RUN \
# Install build dependencies
apt-get update &&\
DEBIAN_FRONTEND=noninteractive apt-get install -y \
ruby wget build-essential &&\
# Install ruby-install
cd /tmp &&\
wget -O ruby-install-0.5.0.tar.gz https://github.com/postmodern/ruby-... | abevoelker/docker-ruby | rubies/ruby-1.9.3-p327/Dockerfile | Dockerfile | mit | 998 |
#
# Upload OMIM's official non-redistoributable tables to virtuoso-goloso
# copyright (c) 2015-2016, MISHIMA, Hiroyuki
# license: the MIT license
# version 0.1
# Pull base image.
FROM misshie/ubuntu-ruby:14.04-2.2.2
MAINTAINER MISHIMA, Hiroyuki <missy@be.to>
# Run downloder script
ADD scripts /opt/bio-virtuoso/omim-... | misshie/bio-virtuoso | containers/bio-virtuoso-omim-omimorg/Dockerfile | Dockerfile | mit | 406 |
FROM nodesource/centos7-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>
RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub_0.12/el/7/x86_64/nodejs-0.12.9-1nodesource.el7.centos.x86_64.rpm \
&& rpm -i --nosignature --force ns.rpm \
&& rm -f ns.rpm
RUN npm install -g pangyp\
&& ln -s $(which pan... | nodesource/docker-node | centos/7/node/0.12.9/Dockerfile | Dockerfile | mit | 482 |
#
# DGG Dockerfile
#
# https://github.com/mikespook/DGG-ci
#
# Pull base image
FROM ubuntu:latest
# Add files
ADD init.sh /tmp/
ADD https://raw.github.com/progrium/gitreceive/master/gitreceive /usr/local/bin/
ADD https://storage.googleapis.com/golang/go1.3.1.linux-amd64.tar.gz /tmp/go.tar.gz
# Set environment variab... | mikespook/dgg-ci | Dockerfile | Dockerfile | mit | 553 |
FROM ubuntu:14.04
MAINTAINER Martin Westergaard Lassen <mwl@trifork.com>
ADD http://packages.erlang-solutions.com/site/esl/mongooseim/FLAVOUR_1_main/mongooseim_1.4.0-1~ubuntu~trusty_amd64.deb /tmp/mongooseim.deb
RUN apt-get update && \
apt-get install -y \
libodbc1 \
unixodbc && \
dpkg -i /tm... | trifork/mongooseim | 1.4/Dockerfile | Dockerfile | mit | 474 |
FROM quay.io/ukhomeofficedigital/centos-base
# Install unzip util
RUN yum update -y && yum install unzip -y
# Install vault client
RUN curl -L -O https://dl.bintray.com/mitchellh/vault/vault_0.2.0_linux_amd64.zip
RUN unzip -q vault_0.2.0_linux_amd64.zip -d /opt/bin
ENV PATH /opt/bin:$PATH
| timgent/vault-sidekick | Dockerfile | Dockerfile | mit | 292 |
FROM debian:buster-slim
# Install Python, pip, boto3 and python-systemd.
RUN BUILD_DEPS="curl python3-dev python3-pip python3-setuptools pkg-config \
gcc git libsystemd-dev" \
VERSION="234"; \
apt-get update && \
apt-get install --no-install-recommends --yes python3 $BUILD_DEPS && \
pip3 install ... | lincheney/journald-2-cloudwatch | Dockerfile | Dockerfile | mit | 563 |
FROM ubuntu:16.04
MAINTAINER Eran Segal <eran@sphericalcow.io>
USER root
ARG NUM_CORES=2
# Add openMVG binaries to path
#ENV PATH $PATH:/opt/openMVG_Build/install/bin
## Install packages
RUN apt-get update -q && \
apt-get install -y --fix-missing --no-install-recommends \
# Basics
ca-certificates \
... | segaleran/dockers | openmvg/Dockerfile | Dockerfile | mit | 1,151 |
FROM ruby:2.7.5-slim-buster
RUN apt-get update -qq && apt-get upgrade -y && apt-get install -y build-essential nodejs && apt-get clean
# This image is only intended to be able to run this app in a production RAILS_ENV
ENV RAILS_ENV production
ENV GOVUK_APP_NAME static
ENV REDIS_URL redis://redis
ENV PORT 3013
ENV AP... | alphagov/static | Dockerfile | Dockerfile | mit | 687 |
FROM php:5.6-apache
MAINTAINER Volker Wiegand <volker.wiegand@cvw.de>
# Copied from the official ownCloud Dockerfile
RUN apt-get update && apt-get install -y \
bzip2 \
libcurl4-openssl-dev \
libfreetype6-dev \
libicu-dev \
libjpeg-dev \
libmcrypt-dev \
libmemcached-dev \
libpng12-dev \
libpq-dev \
libxml2-d... | volkerwiegand/owncloud | Dockerfile | Dockerfile | mit | 1,863 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-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 ... | resin-io-library/base-images | balena-base-images/python/generic-amd64/debian/bookworm/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,105 |
FROM dockcross/manylinux2010-x64
# Docker file for building gRPC manylinux-based Ruby artifacts.
# Updated: 2020-07-03
# install packages which rvm will require
RUN yum install -y autoconf gcc-c++ libtool readline-devel ruby sqlite-devel openssl-devel xz
# install rvm, RVM 1.26.0+ has signed releases, source rvm for... | firebase/grpc | third_party/rake-compiler-dock/rake_x86_64-linux/Dockerfile | Dockerfile | apache-2.0 | 4,091 |
FROM azukiapp/azktcl:0.0.2
MAINTAINER Azuki <support@azukiapp.com>
ADD file_to_add /file_to_add
ADD file2_dir/file2_to_add /run.sh
ADD dir_to_add /dir_to_add
RUN chmod +x /run.sh
CMD /run.sh
| azukiapp/azk-manifest | spec/fixtures/build/Dockerfile | Dockerfile | apache-2.0 | 194 |
# AUTOGENERATED FILE
FROM balenalib/revpi-connect-debian:sid-build
ENV GO_VERSION 1.14.13
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 "53c5236a76730f6487052fa1a629d6f5efdde6341cfc2e0544b0b28aefc27708 go$GO_VERSI... | nghiant2710/base-images | balena-base-images/golang/revpi-connect/debian/sid/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,027 |
FROM springio/java8
RUN chmod 777 -R /tmp
VOLUME /tmp
VOLUME /app
EXPOSE 9411 8000
RUN groupadd -g 1000 spring
RUN useradd -u 1000 -g 1000 -ms /bin/bash spring
VOLUME /home/spring
ENV HOME /home/spring
USER spring
WORKDIR /app/spring-cloud-sleuth-samples/spring-cloud-sleuth-sample-zipkin-stream
CMD ["../../mvnw", "spri... | dsyer/spring-cloud-sleuth | spring-cloud-sleuth-samples/spring-cloud-sleuth-sample-zipkin-stream/Dockerfile | Dockerfile | apache-2.0 | 334 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-alpine:3.13-run
ENV GO_VERSION 1.14.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 ] && ec... | nghiant2710/base-images | balena-base-images/golang/odroid-c1/alpine/3.13/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,468 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-debian:bullseye-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 --keyserv... | nghiant2710/base-images | balena-base-images/node/apalis-imx6/debian/bullseye/12.20.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,947 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-debian:buster-build
ENV GO_VERSION 1.16.3
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "0cfbfa848a1ab81e2aa2dd257c2b3572c3637d32562b1eaa6aeadb2909911606 go$GO_VE... | nghiant2710/base-images | balena-base-images/golang/orange-pi-lite/debian/buster/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,032 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-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/n510-tx2/alpine/edge/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,130 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-fedora:33-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_VERSI... | resin-io-library/base-images | balena-base-images/golang/firefly-rk3288/fedora/33/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,028 |
# AUTOGENERATED FILE
FROM balenalib/vab820-quad-alpine:edge-build
ENV NODE_VERSION 15.10.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/vab820-quad/alpine/edge/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,958 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-alpine:3.13-run
ENV GO_VERSION 1.14.13
# 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/colibri-imx6/alpine/3.13/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,471 |
# AUTOGENERATED FILE
FROM balenalib/amd64-alpine:edge-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVittie <... | nghiant2710/base-images | balena-base-images/python/amd64/alpine/edge/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,839 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-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 63C7CC9... | resin-io-library/base-images | balena-base-images/python/raspberrypi4-64/debian/bullseye/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,861 |
FROM outlierbio/ob-pipelines
MAINTAINER Jake Feala <jake@outlierbio.com>
RUN set -x && \
conda install -y -c bioconda nomkl && \
conda install -y -c bioconda htseq
ADD htseq.sh /
ENTRYPOINT ["sh", "/htseq.sh"]
| outlierbio/ob-pipelines | ob_pipelines/apps/htseq/Dockerfile | Dockerfile | apache-2.0 | 222 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-alpine:3.11-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/coral-dev/alpine/3.11/7-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,754 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-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/jetson-xavier/alpine/3.14/6.0-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,444 |
FROM balenalib/armv7hf-fedora:35-build
LABEL io.balena.device-type="generic-armv7ahf"
RUN dnf install -y \
less \
nano \
net-tools \
usbutils \
gnupg \
i2c-tools \
&& dnf clean all
RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image (For mor... | resin-io-library/base-images | balena-base-images/device-base/generic-armv7ahf/fedora/35/build/Dockerfile | Dockerfile | apache-2.0 | 1,004 |
FROM jupyter/base-notebook
# Install system requirements.
USER root
RUN apt-get update -y
RUN apt-get install tk build-essential libsnappy-dev -y
RUN apt-get autoclean -y
RUN apt-get autoremove -y
ADD http://downloads.sourceforge.net/project/ta-lib/ta-lib/0.4.0/ta-lib-0.4.0-src.tar.gz?r=&ts=1482845301 /opt/src/talib.... | melphi/algobox | docker/algobox-base-jupyter/Dockerfile | Dockerfile | apache-2.0 | 448 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-debian:jessie-run
ENV GO_VERSION 1.14.13
# 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/cubox-i/debian/jessie/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,353 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-ubuntu:xenial-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/kitra710/ubuntu/xenial/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,065 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-debian:stretch-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 \
' \
&& a... | nghiant2710/base-images | balena-base-images/golang/raspberry-pi2/debian/stretch/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,361 |
# AUTOGENERATED FILE
FROM balenalib/vab820-quad-fedora:30-build
ENV GO_VERSION 1.16.3
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "0cfbfa848a1ab81e2aa2dd257c2b3572c3637d32562b1eaa6aeadb2909911606 go$GO_VERSION.l... | nghiant2710/base-images | balena-base-images/golang/vab820-quad/fedora/30/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,023 |
# AUTOGENERATED FILE
FROM balenalib/astro-tx2-fedora:32-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 ha.poo... | nghiant2710/base-images | balena-base-images/node/astro-tx2/fedora/32/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,752 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-ubuntu:eoan-build
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserve... | nghiant2710/base-images | balena-base-images/node/generic-armv7ahf/ubuntu/eoan/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-debian:bullseye-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" || \
... | nghiant2710/base-images | balena-base-images/node/artik533s/debian/bullseye/15.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,790 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-alpine:3.13-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McV... | nghiant2710/base-images | balena-base-images/python/revpi-core-3/alpine/3.13/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,839 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-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 ... | nghiant2710/base-images | balena-base-images/python/raspberrypi400-64/ubuntu/eoan/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,072 |
# AUTOGENERATED FILE
FROM balenalib/nuc-ubuntu:focal-run
ENV GO_VERSION 1.16.3
# 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 update... | nghiant2710/base-images | balena-base-images/golang/nuc/ubuntu/focal/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,331 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-ubuntu:cosmic-build
ENV NODE_VERSION 10.24.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.p... | nghiant2710/base-images | balena-base-images/node/cubox-i/ubuntu/cosmic/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,760 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-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: publ... | resin-io-library/base-images | balena-base-images/python/odroid-xu4/debian/buster/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,854 |
# AUTOGENERATED FILE
FROM balenalib/nuc-alpine:3.13-run
ENV NODE_VERSION 15.10.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 \
6A010C5166006599AA17F0... | nghiant2710/base-images | balena-base-images/node/nuc/alpine/3.13/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,025 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-debian:stretch-build
ENV NODE_VERSION 10.23.1
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/spacely-tx2/debian/stretch/10.23.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,786 |
# AUTOGENERATED FILE
FROM balenalib/artik5-alpine:edge-run
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C5166006599AA17... | nghiant2710/base-images | balena-base-images/node/artik5/alpine/edge/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,019 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-debian:buster-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python depende... | nghiant2710/base-images | balena-base-images/python/n510-tx2/debian/buster/3.7.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,091 |
# AUTOGENERATED FILE
FROM balenalib/artik10-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 "virtualenv", si... | nghiant2710/base-images | balena-base-images/python/artik10/fedora/30/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 2,435 |
ARG IMAGE_REF=latest
FROM manageiq/manageiq-ui-worker:${IMAGE_REF}
MAINTAINER ManageIQ https://github.com/ManageIQ/manageiq
ENV DATABASE_URL=postgresql://root@localhost/vmdb_production?encoding=utf8&pool=5&wait_timeout=5
RUN dnf -y --disableplugin=subscription-manager --setopt=tsflags=nodocs install \
memcached... | d-m-u/manageiq | Dockerfile | Dockerfile | apache-2.0 | 956 |
ARG IMAGE=alpine
FROM $IMAGE
ENV VAULT_VERSION 0.7.0
ARG VAULT_ZIP=https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_linux_amd64.zip
ADD $VAULT_ZIP vault.zip
RUN apk add --update unzip openssl ca-certificates curl && \
unzip vault.zip && \
rm vault.zip && \
cp vault /usr/bin && ... | ngageoint/scale | dockerfiles/vault/Dockerfile | Dockerfile | apache-2.0 | 572 |
FROM debian:8.2
MAINTAINER hecke@naberius.de
LABEL version="0.1"
LABEL description="build a minimal ALIX Debian 8.2 (jessie) image"
RUN apt-get update && apt-get --no-install-recommends -y install \
debconf
# the next line is really ugly but currently (afaik) the only way to have a heredoc in a dockerfile...
RUN ech... | speakinghedge/docker-alix2-debian-8.2-image-builder | docker/Dockerfile | Dockerfile | bsd-2-clause | 595 |
FROM debian
RUN apt-get update \
&& apt-get install -y build-essential curl git vim cmake \
&& adduser --gecos "" --disabled-password builder
USER builder:builder
WORKDIR /home/builder
RUN CURL_URL="https://curl.haxx.se/download/curl-7.63.0.tar.xz" \
&& OPENSSL_URL="https://www.openssl.org/source/openssl-1.0.2q.ta... | SerialKeyManager/SKM-Client-API-CPP | examples/unix/static_docker/Dockerfile | Dockerfile | bsd-2-clause | 2,760 |
FROM gcr.io/google_appengine/python-compat
ADD . /app
# Debian 7 doesn't have the right version of glibc, so we need to install.
# Ideally at some point, instead of using the appengine supplied python
# image, we could image our own ubuntu version.
# https://github.com/GoogleCloudPlatform/appengine-python-vm-runtime
R... | SummerLW/Perf-Insight-Report | perf_insights/Dockerfile | Dockerfile | bsd-3-clause | 602 |
FROM centos:6
MAINTAINER degi.kwag@yg1.co.kr
##### Server Install #####
RUN rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
RUN yum -y install which openssh-server php-mysql php-gd php-mcrypt php-zip php-xml php-iconv php-curl php-soap hp-simplexml php-pdo php-dom php-cli php... | kkdg/docker-jogging | 03/0302/Dockerfile | Dockerfile | mit | 990 |
FROM dokku/build-base:0.0.1
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get -y install gcc git build-essential wget ruby-dev ruby1.9.1 lintian rpm help2man man-db
RUN command -v fpm >/dev/null || sudo gem install fpm --no-ri --no-rdoc
ARG WORKDIR=/go/src/github.com/dokku/dokku
WORKDIR ${WORKDIR}
C... | alexquick/dokku | contrib/build-herokuish.Dockerfile | Dockerfile | mit | 394 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-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.
#
# ... | nghiant2710/base-images | balena-base-images/openjdk/parallella-hdmi-resin/ubuntu/bionic/11-jre/run/Dockerfile | Dockerfile | apache-2.0 | 3,111 |
FROM alpine:3.2
RUN apk update && apk add nodejs && rm -rf /var/cache/apk/* && mkdir /data
RUN npm install -g yyolk/coffin
VOLUME /data
WORKDIR /data
ENTRYPOINT ["coffin"]
CMD ["-h"]
| yyolk/coffyn | Dockerfile | Dockerfile | mit | 186 |
FROM ubuntu-debootstrap:vivid
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
curl \
wget \
&& rm -rf /var/lib/apt/lists/*
| meihuabo/buildpack-deps | vivid/curl/Dockerfile | Dockerfile | mit | 168 |
FROM ubuntu:latest
RUN apt-get install -y curl
RUN apt-get install -y git-core
RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
COPY .tubs/tub6808431202080102 /container
COPY instances/nodejs /container/app
RUN cd /container; sh ./build.sh
EXPOSE 8080
CMD cd /container && sh ./st... | Gum-Joe/Web-OS-container | examples/nodejsTub/Dockerfile | Dockerfile | mit | 326 |
FROM linuxkit/alpine:07f7d136e427dc68154cd5edbb2b9576f9ac5213 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 \
cryptsetup \
musl \
util-linux
RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache
FROM scratc... | davefreitag/linuxkit | pkg/swap/Dockerfile | Dockerfile | apache-2.0 | 564 |
FROM gcr.io/google_appengine/jetty9
VOLUME /tmp
ADD ./quiz-answer-backend-0.0.1.jar /app.jar
CMD java -jar /app.jar | GoogleCloudPlatform/training-data-analyst | courses/developingapps/v1.3/java/kubernetesengine/bonus/answer_backend/Dockerfile | Dockerfile | apache-2.0 | 115 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.