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 stefanscherer/msbuild:14.0 as build
COPY . .
RUN msbuild realpath.sln /p:Configuration=Release /p:Platform=x64
FROM mcr.microsoft.com/windows/servercore:ltsc2016
COPY --from=build /code/x64/release/realpath.exe realpath.exe
CMD [ "/realpath.exe" ]
| StefanScherer/dockerfiles-windows | realpath/Dockerfile | Dockerfile | mit | 253 |
# escape=`
FROM sixeyed/chocolatey:windowsservercore-ltsc2019 AS installer
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
ARG DOCKER_VERSION="18.06.1"
ARG COMPOSE_VERSION="1.22.0"
ARG DOCKER_PATH="C:\Program Files\docker"
RUN choco install -y --version="... | sixeyed/dockers-windows | docker-cli/windowsservercore/ltsc2019/Dockerfile | Dockerfile | mit | 1,608 |
FROM ubuntu
# Replace mirrors, see http://askubuntu.com/questions/39922/how-do-you-select-the-fastest-mirror-from-the-command-line/9035#9035
#RUN sed -i -e 's#http://archive.ubuntu.com/ubuntu#mirror://mirrors.ubuntu.com/mirrors.txt#g' /etc/apt/sources.list
RUN apt-get update && apt-get upgrade -y # last updated 2014-... | leonth/dockerfiles | ubuntu/Dockerfile | Dockerfile | mit | 327 |
FROM debian
MAINTAINER Joshua Krage <jkrage@guisarme.us>
# Modified from:
# http://www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html
RUN apt-get update \
&& apt-get -y install curl gnupg \
&& echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-se... | jkrage/docker-oraclejava | Dockerfile | Dockerfile | mit | 1,023 |
FROM debian:wheezy
RUN apt-get update && apt-get install -y curl logrotate
ENV MMS_VERSION 2.9.0.164-1
# see https://mms.mongodb.com/settings/monitoring-agent
# click on "Ubuntu 12.04+"
RUN curl -sSL https://mms.mongodb.com/download/agent/monitoring/mongodb-mms-monitoring-agent_${MMS_VERSION}_amd64.deb -o mms.deb \
... | fr34k8/dockerfiles | mongodb-mms/Dockerfile | Dockerfile | mit | 536 |
FROM openjdk:8-jre-alpine
RUN apk add --update bash libc6-compat
ENV sbt_version=0.13.15
WORKDIR /usr/local
ADD https://github.com/sbt/sbt/releases/download/v${sbt_version}/sbt-${sbt_version}.zip /usr/local/sbt-${sbt_version}.zip
RUN unzip sbt-${sbt_version}.zip && rm sbt-${sbt_version}.zip
ADD . /usr/local/effechec... | jhpoelen/effechecka | Dockerfile | Dockerfile | mit | 498 |
FROM alpine:3.8
LABEL maintainer="Marcel Jänicke <inpercima@gmail.com>"
RUN ln -snf /usr/share/zoneinfo/Europe/Berlin /etc/localtime && echo "Europe/Berlin" > /etc/timezone
| inpercima/docker | alpine/Dockerfile | Dockerfile | mit | 176 |
# AUTOGENERATED FILE
FROM balenalib/bananapi-m1-plus-ubuntu:bionic-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python... | nghiant2710/base-images | balena-base-images/python/bananapi-m1-plus/ubuntu/bionic/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,077 |
# AUTOGENERATED FILE
FROM balenalib/ts4900-debian:sid-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 keyserv... | nghiant2710/base-images | balena-base-images/node/ts4900/debian/sid/10.24.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,932 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-neo-air-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... | nghiant2710/base-images | balena-base-images/python/nanopi-neo-air/alpine/edge/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,134 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-debian:bullseye-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_VERS... | nghiant2710/base-images | balena-base-images/golang/colibri-imx6/debian/bullseye/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,030 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-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... | nghiant2710/base-images | balena-base-images/python/beaglebone-green/alpine/3.13/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,843 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-debian:jessie-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 --keyserve... | nghiant2710/base-images | balena-base-images/node/hummingboard/debian/jessie/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,944 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-alpine:3.12-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/colibri-imx6/alpine/3.12/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,469 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-alpine:edge-run
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/asus-tinker-board/alpine/edge/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,474 |
FROM gcr.io/gcp-runtimes/ubuntu_20_0_4
ENV DEBIAN_FRONTEND=noninteractive
RUN rm -rf /var/lib/apt/lists/* \
&& apt-get update --fix-missing -qq \
&& apt-get install -qqy --no-install-recommends build-essential ca-certificates tzdata wget git default-jdk clang-12 lld-12 patch \
&& apt-get clean && rm -rf /... | google/cel-cpp | Dockerfile | Dockerfile | apache-2.0 | 594 |
FROM alpine:3.13
EXPOSE 8080
ENV VERSION=3.2.1
RUN apk --no-cache add openssl ca-certificates && \
apk --no-cache add ruby ruby-etc ruby-webrick && \
apk --no-cache add --virtual .build-deps ruby-dev build-base tzdata && \
gem install --no-document openvpn-status-web -v ${VERSION} && \
# set timezone... | cmur2/openvpn-status-web | docs/Dockerfile | Dockerfile | apache-2.0 | 489 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-fedora:34-build
ENV GO_VERSION 1.17.7
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "02b111284bedbfa35a7e5b74a06082d18632eff824fd144312f6063943d49259 go$GO_VERSION.linux-amd64.tar.gz... | resin-io-library/base-images | balena-base-images/golang/genericx86-64-ext/fedora/34/1.17.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,015 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-debian:sid-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 --keyserver keyserv... | resin-io-library/base-images | balena-base-images/node/fincm3/debian/sid/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,926 |
# AUTOGENERATED FILE
FROM balenalib/cl-som-imx8-ubuntu:bionic-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.co... | nghiant2710/base-images | balena-base-images/node/cl-som-imx8/ubuntu/bionic/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,913 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-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 dependen... | nghiant2710/base-images | balena-base-images/python/surface-go/debian/sid/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,096 |
FROM tamboraorg/crenginx
#Adapted from https://github.com/jwilder/nginx-proxy
RUN mkdir -p /app && touch /app/versions.txt && \
echo "$(date +'%F %R') \t creTest \t " >> /app/versions.txt
RUN add-apt-repository ppa:certbot/certbot; apt-get update; apt-get install -y openssl python3-certbot-nginx
#RUN wget http... | tambora-org/docker | creTest/Dockerfile | Dockerfile | apache-2.0 | 1,127 |
# AUTOGENERATED FILE
FROM balenalib/ccimx8x-sbc-pro-fedora:34-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 ... | resin-io-library/base-images | balena-base-images/node/ccimx8x-sbc-pro/fedora/34/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,752 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-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-arm64.tar.gz" \
&& echo "a5aa1ed17d45ee1d58b4a4099... | resin-io-library/base-images | balena-base-images/golang/jetson-tx1/fedora/36/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,071 |
FROM ubuntu:14.04
RUN \
apt-get install --yes software-properties-common && \
apt-get install --yes python && \
add-apt-repository --yes ppa:brightbox/ruby-ng && \
add-apt-repository --yes ppa:chris-lea/node.js && \
apt-get update && \
apt-get install --yes vim curl git
RUN \
apt-get install --yes ruby2... | develar/intellij-sdk-docs | docker/Dockerfile | Dockerfile | apache-2.0 | 741 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-seeed-2mic-hat-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... | resin-io-library/base-images | balena-base-images/python/jetson-xavier-nx-devkit-seeed-2mic-hat/debian/bookworm/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,123 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-ubuntu:bionic-build
ENV GO_VERSION 1.16
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "3770f7eb22d05e25fbee8fb53c2a4e897da043eb83c69b9a14f8d98562cd8098 go$GO_VERSION.linux-arm64.tar.gz"... | nghiant2710/base-images | balena-base-images/golang/imx8m-var-dart/ubuntu/bionic/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 1,999 |
# AUTOGENERATED FILE
FROM balenalib/artik530-ubuntu:focal-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/artik530/ubuntu/focal/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,829 |
# AUTOGENERATED FILE
FROM balenalib/kitra520-debian:buster-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public... | nghiant2710/base-images | balena-base-images/python/kitra520/debian/buster/3.9.4/build/Dockerfile | Dockerfile | apache-2.0 | 4,853 |
# AUTOGENERATED FILE
FROM balenalib/nanopc-t4-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 \
python-pip \
python-dbus \
&& dnf clean all
# install "virtualenv", si... | nghiant2710/base-images | balena-base-images/python/nanopc-t4/fedora/33/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 2,433 |
# AUTOGENERATED FILE
FROM balenalib/parallella-alpine:3.15-build
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dirna... | resin-io-library/base-images | balena-base-images/openjdk/parallella/alpine/3.15/7-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,759 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi2-debian:buster-build
ENV NODE_VERSION 14.15.4
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/raspberrypi2/debian/buster/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,789 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-alpine:3.13-run
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C5166006599AA1... | nghiant2710/base-images | balena-base-images/node/aarch64/alpine/3.13/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,020 |
# AUTOGENERATED FILE
FROM balenalib/artik520-alpine:3.13-build
ENV NODE_VERSION 16.14.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
... | resin-io-library/base-images | balena-base-images/node/artik520/alpine/3.13/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,949 |
# AUTOGENERATED FILE
FROM balenalib/revpi-connect-alpine:edge-build
ENV NODE_VERSION 15.14.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; ... | nghiant2710/base-images | balena-base-images/node/revpi-connect/alpine/edge/15.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,960 |
# AUTOGENERATED FILE
FROM balenalib/vab820-quad-ubuntu:xenial-build
ENV NODE_VERSION 12.22.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 ... | nghiant2710/base-images | balena-base-images/node/vab820-quad/ubuntu/xenial/12.22.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,764 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-alpine:edge-build
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \... | resin-io-library/base-images | balena-base-images/node/jetson-tx1/alpine/edge/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,949 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-debian:jessie-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_VERSION.... | nghiant2710/base-images | balena-base-images/golang/beaglebone/debian/jessie/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,024 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-edge-t-fedora:34-run
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtua... | resin-io-library/base-images | balena-base-images/python/asus-tinker-edge-t/fedora/34/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 2,441 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-fedora:35-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! ... | resin-io-library/base-images | balena-base-images/openjdk/jetson-tx2/fedora/35/8-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,316 |
# DOCKER-VERSION 1.2.0
# VERSION 0.2
FROM zooniverse/kafka
MAINTAINER Edward Paget <ed@zooniverse.org>
RUN echo "#!/bin/bash \n./opt/kafka_$SCALA_VERSION-$KAFKA_VERSION/bin/kafka-topics.sh \$@" > /usr/local/bin/kafka-topics && \
chmod +x /usr/local/bin/kafka-topics
ENTRYPOINT ["kafka-topics"]
| edpaget/docker-kafka-utilities | topics/Dockerfile | Dockerfile | apache-2.0 | 301 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-ubuntu:focal-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... | nghiant2710/base-images | balena-base-images/node/orangepi-plus2/ubuntu/focal/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,920 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-alpine:3.11-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/var-som-mx6/alpine/3.11/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,131 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-ubuntu:disco-build
ENV GO_VERSION 1.15.11
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 "f5253eb04ed6b92e49cb0cbc57a80b4777ce27c6590e05a5c91095870e8632a0 go$GO_VERSIO... | nghiant2710/base-images | balena-base-images/golang/beaglebone/ubuntu/disco/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,028 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-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 key... | resin-io-library/base-images | balena-base-images/node/revpi-core-3/fedora/35/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,753 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6dl-debian:buster-build
ENV NODE_VERSION 14.18.3
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \... | resin-io-library/base-images | balena-base-images/node/colibri-imx6dl/debian/buster/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,785 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-fedora:36-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 Dockerf... | resin-io-library/base-images | balena-base-images/openjdk/raspberry-pi2/fedora/36/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,323 |
# AUTOGENERATED FILE
FROM balenalib/beagleboard-xm-debian:bullseye-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 \
' \
&&... | nghiant2710/base-images | balena-base-images/golang/beagleboard-xm/debian/bullseye/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,364 |
FROM balenalib/aarch64-ubuntu:disco-run
LABEL io.balena.device-type="jetson-nano-2gb-devkit"
RUN echo "deb https://repo.download.nvidia.com/jetson/common r32.4 main" >> /etc/apt/sources.list.d/nvidia.list \
&& echo "deb https://repo.download.nvidia.com/jetson/t210 r32.4 main" >> /etc/apt/sources.list.d/nvidia.list \... | nghiant2710/base-images | balena-base-images/device-base/jetson-nano-2gb-devkit/ubuntu/disco/run/Dockerfile | Dockerfile | apache-2.0 | 1,536 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi-debian:buster-build
ENV GO_VERSION 1.15.11
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-armv6l.tar.gz" \
&& echo "dba11ed018fc7b5774ca996c4bdb847f8f9535cdc4932eb09a43c390813af4c9 go$GO_VERSION.linux-armv6l.tar.g... | nghiant2710/base-images | balena-base-images/golang/raspberrypi/debian/buster/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,006 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-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 depend... | nghiant2710/base-images | balena-base-images/python/am571x-evm/ubuntu/disco/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,067 |
# 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... | Eshcar/hbase | dev-support/docker/Dockerfile | Dockerfile | apache-2.0 | 1,534 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-alpine:3.13-run
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dir... | nghiant2710/base-images | balena-base-images/openjdk/orange-pi-lite/alpine/3.13/8-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,763 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-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 so... | nghiant2710/base-images | balena-base-images/openjdk/up-core-plus/debian/buster/11-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,861 |
FROM mcr.microsoft.com/dotnet/core/sdk:3.0 AS build
WORKDIR /app
COPY Benchmarks .
RUN dotnet publish -c Release -o out
FROM mcr.microsoft.com/dotnet/core/aspnet:3.0 AS runtime
ENV ASPNETCORE_URLS http://+:8080
WORKDIR /app
COPY --from=build /app/out ./
COPY Benchmarks/appsettings.mysql.json ./appsettings.json
ENTRYP... | matt-42/FrameworkBenchmarks | frameworks/CSharp/aspnetcore/aspcore-mvc-ado-my.dockerfile | Dockerfile | bsd-3-clause | 442 |
# 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... | cpcloud/arrow | ci/docker/conda.dockerfile | Dockerfile | apache-2.0 | 1,919 |
FROM node:4
ADD . /
RUN npm install --ignore-scripts
CMD node actuator.js
| nearform/micro-services-tutorial-iot | step8/services/actuator/Dockerfile | Dockerfile | mit | 74 |
FROM ubuntu:14.04
MAINTAINER Jaewoo Lee <continuse@icloud.com>
# Ubuntu Cloud archive keyring and repository
RUN apt-get update && apt-get -y install ubuntu-cloud-keyring \
&& echo "deb http://ubuntu-cloud.archive.canonical.com/ubuntu" \
"trusty-updates/kilo main" > /etc/apt/sources.list.d/clou... | mehulsbhatt/openstack-on-coreos | docker-files/kilo/compute/Dockerfile | Dockerfile | apache-2.0 | 1,903 |
FROM anapsix/alpine-java:8
VOLUME /tmp
ADD account-service-0.0.1-SNAPSHOT.jar app.jar
RUN bash -c 'touch /app.jar'
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"] | shuyouliu/zycloud | account-service/src/main/docker/Dockerfile | Dockerfile | apache-2.0 | 194 |
FROM debian:jessie
MAINTAINER SynoCommunity <https://synocommunity.com>
ENV LANG C.UTF-8
# Manage i386 arch
RUN dpkg --add-architecture i386
# Install required packages
RUN apt-get update && \
apt-get install -y automake \
bison \
build-essential \
check \
cmake \
curl \
... | markbastiaans/spksrc | Dockerfile | Dockerfile | bsd-3-clause | 1,290 |
from zsol/haskell-platform-2013.2.0.0
env HOME /home/haskell
# dependencies
run sudo apt-get update && sudo apt-get install -yy unzip libicu48 libicu-dev postfix
run cabal update
run curl -LO https://github.com/haskell/hackage-server/archive/master.zip
run unzip master.zip
workdir /home/haskell/hackage-server-maste... | ocharles/hackage-server | Dockerfile | Dockerfile | bsd-3-clause | 447 |
FROM google/dart:1.24
RUN apt-get update -yqq && apt-get install -yqq nginx
ADD ./ /start
WORKDIR /start
RUN pub upgrade
RUN chmod -R 777 /start
EXPOSE 8080
CMD ./nginx-conf.sh && \
./start-servers.sh && \
sleep 20 && nginx -c /start/nginx.conf -g "daemon off;"
| sumeetchhetri/FrameworkBenchmarks | frameworks/Dart/start/start.dockerfile | Dockerfile | bsd-3-clause | 276 |
FROM sqlfiddle/appservercore:latest
COPY *.jar $VERTX_HOME/lib/
| jakefeasel/sqlfiddle3 | appServerExtended/Dockerfile | Dockerfile | mit | 65 |
# Image containing Oracle JDK 7 installed from ppa:webupd8team package repository.
FROM ubuntu:trusty
MAINTAINER Neo9 Polska <contact@neo9.pl>
# To be able to invalidate cache if needed
ENV LAST_UPDATE=2015-03-31
# Avoid prompts in apt-get
ENV DEBIAN_FRONTEND noninteractive
ENV HOME_DIR /home/java
# Accept java licen... | neo9-polska/docker-java | jdk-7/Dockerfile | Dockerfile | mit | 1,104 |
FROM php:7-fpm-alpine
MAINTAINER Kévin Labesse <kevin@labesse.me>
WORKDIR /var/www
# install "composer"
RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && php -r "if (hash_file('SHA384', 'composer-setup.php') === 'aa96f26c2b67226a324c27919f1eb05f21c248b987e6195cad9690d5c1ff713d53020a02a... | Eraac/docker | docker-images/php/php7-fpm/dev/Dockerfile | Dockerfile | mit | 1,035 |
FROM nginx:stable
COPY ./entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
CMD ["nginx", "-g", "daemon off;"]
| Kalinon/micro-backbone | nginx/Dockerfile | Dockerfile | mit | 121 |
FROM ubuntu
MAINTAINER Jo Vandeginste "jo.vandeginste@gmail.com"
RUN apt-get update \
&& apt-get install -y git-core curl libmysqlclient-dev build-essential openssl libreadline6 libreadline6-dev curl zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-d... | jovandeginste/dockerfiles | ruby21/Dockerfile | Dockerfile | mit | 778 |
# Go cross compiler (xgo): Wildcard layer to the latest Go release
# Copyright (c) 2017 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.
FROM chrisfranko/xgo-1.17.x
MAINTAINER Christopher Franko <chrisjfranko@gmail.com>
| chrisfranko/xgo | docker/go-latest/Dockerfile | Dockerfile | mit | 248 |
FROM ruby:2.3-alpine
COPY . /app
WORKDIR /app
RUN bundle install --without test
EXPOSE 4567
ENV REDIS_URL redis
CMD ["ruby", "votacion.rb", "-o", "0.0.0.0", "-e", "production"]
| dockerlapaz/2-integracion-continua-dockerfiles | Dockerfile | Dockerfile | mit | 177 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-ubuntu:focal-run
ENV GO_VERSION 1.15.6
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-g... | nghiant2710/base-images | balena-base-images/golang/up-core-plus/ubuntu/focal/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,340 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-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 depend... | nghiant2710/base-images | balena-base-images/python/coral-dev/debian/buster/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,094 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-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 de... | resin-io-library/base-images | balena-base-images/python/hummingboard2/debian/buster/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,094 |
FROM balenalib/armv7hf-ubuntu:disco-build
LABEL io.balena.device-type="artik520"
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/artik520/ubuntu/disco/build/Dockerfile | Dockerfile | apache-2.0 | 1,089 |
# build stage
FROM golang:alpine AS builder
MAINTAINER Charlie Lewis <clewis@iqt.org>
COPY main.go /app/main.go
WORKDIR /app
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o gonet .
# final stage
FROM scratch
MAINTAINER Charlie Lewis <clewis@iqt.org>
COPY --from=builder /app/gonet /gonet
CMD ["/gonet"]
| bpagon13/vent | vent/extras/gonet/Dockerfile | Dockerfile | apache-2.0 | 319 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-alpine:edge-build
ENV GO_VERSION 1.15.8
# 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-lite/alpine/edge/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,341 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-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: publi... | nghiant2710/base-images | balena-base-images/python/apalis-imx6/ubuntu/eoan/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,830 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-debian:stretch-run
ENV GO_VERSION 1.15.8
# 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-... | nghiant2710/base-images | balena-base-images/golang/orbitty-tx2/debian/stretch/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,328 |
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM kinetic/jenkinsci:local
LABEL authors=skunk
USER root
ARG VERSION=3.9
RUN curl --create-dirs -sSLo /usr... | kineticskunk/jenkinsci-zato-api-test | JenkinsSlave/Dockerfile | Dockerfile | apache-2.0 | 998 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-ubuntu:disco-run
ENV NODE_VERSION 14.15.4
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com... | nghiant2710/base-images | balena-base-images/node/etcher-pro/ubuntu/disco/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,912 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-fedora:32-run
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 ha.pool.s... | nghiant2710/base-images | balena-base-images/node/kitra710/fedora/32/12.21.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,747 |
# AUTOGENERATED FILE
FROM balenalib/artik520-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 keyserver.pgp.com -... | resin-io-library/base-images | balena-base-images/node/artik520/ubuntu/focal/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,908 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi2-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 de... | nghiant2710/base-images | balena-base-images/python/raspberrypi2/debian/stretch/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,097 |
#
# See the top level Makefile in https://github.com/dotcloud/docker for usage.
#
FROM debian:jessie
MAINTAINER Sven Dowideit <SvenDowideit@docker.com> (@SvenDowideit)
RUN apt-get update && apt-get install -yq make python-pip python-setuptools vim-tiny git gettext
RUN pip install mkdocs
# add MarkdownTools to get... | lsm5/docker | docs/Dockerfile | Dockerfile | apache-2.0 | 1,892 |
FROM openjdk:8-jre-alpine
MAINTAINER Marcelo Barbosa <infobarbosa@yahoo.com.br>
ARG MIRROR=http://apache.mirrors.pair.com
ARG VERSION=3.4.10
LABEL name="zookeeper" version=$VERSION
RUN apk add --no-cache wget bash \
&& mkdir /opt \
&& wget -q -O - $MIRROR/zookeeper/zookeeper-$VERSION/zookeeper-$VERSION.tar.g... | infobarbosa/zookeeper-docker | Dockerfile | Dockerfile | apache-2.0 | 683 |
FROM python:3.7
WORKDIR /pkb
COPY requirements.txt /pkb
RUN pip install -r requirements.txt
COPY . /pkb
RUN pip install -r requirements-testing.txt
CMD python -m unittest discover -s tests -p '*test.py' -v
| GoogleCloudPlatform/PerfKitBenchmarker | Dockerfile | Dockerfile | apache-2.0 | 212 |
# AUTOGENERATED FILE
FROM balenalib/generic-fedora:36-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 keyserver... | resin-io-library/base-images | balena-base-images/node/generic/fedora/36/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,749 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-debian:bookworm-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: pu... | resin-io-library/base-images | balena-base-images/python/beaglebone/debian/bookworm/3.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 4,858 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-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: publ... | nghiant2710/base-images | balena-base-images/python/etcher-pro/ubuntu/xenial/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 5,204 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-fedora:30-run
ENV NODE_VERSION 12.22.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.... | nghiant2710/base-images | balena-base-images/node/firefly-rk3288/fedora/30/12.22.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,757 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-debian:buster-run
ENV GO_VERSION 1.14.14
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-g... | nghiant2710/base-images | balena-base-images/golang/jetson-tx2/debian/buster/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,327 |
# AUTOGENERATED FILE
FROM balenalib/revpi-connect-alpine:3.12-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk ... | nghiant2710/base-images | balena-base-images/python/revpi-connect/alpine/3.12/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,135 |
# AUTOGENERATED FILE
FROM balenalib/generic-fedora:33-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 ha.pool.... | nghiant2710/base-images | balena-base-images/node/generic/fedora/33/12.21.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,757 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-ubuntu:disco-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 k... | nghiant2710/base-images | balena-base-images/python/armv7hf/ubuntu/disco/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 4,826 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-alpine:3.14-run
ENV NODE_VERSION 14.18.3
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C51660065... | resin-io-library/base-images | balena-base-images/node/spacely-tx2/alpine/3.14/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 3,020 |
# AUTOGENERATED FILE
FROM balenalib/n310-tx2-ubuntu:focal-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public ... | resin-io-library/base-images | balena-base-images/python/n310-tx2/ubuntu/focal/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,826 |
# Cannot build angr from python:2.7-alpine
FROM python:2.7
# add tornado
RUN pip2 install tornado
# create folder
RUN mkdir -p /service
WORKDIR /service
###
# cfgangr specific options
###
# add dependencies for cfgangr
RUN pip2 install angr networkx==1.11 simuvex
RUN pip2 install -I --no-use-wheel capstone
# add ... | HolmesProcessing/Holmes-Totem | src/main/scala/org/holmesprocessing/totem/services/cfgangr/Dockerfile | Dockerfile | apache-2.0 | 595 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-fedora:34-run
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserv... | resin-io-library/base-images | balena-base-images/node/beaglebone-green-wifi/fedora/34/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,756 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-ubuntu:impish-build
ENV NODE_VERSION 16.14.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver k... | resin-io-library/base-images | balena-base-images/node/jetson-tx2/ubuntu/impish/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,753 |
FROM ubuntu:xenial
MAINTAINER Shamal Faily <sfaily@bournemouth.ac.uk>
RUN apt-get update
RUN apt-get install -y python-dev
RUN apt-get install -y build-essential
RUN apt-get install -y mysql-client
RUN apt-get install -y graphviz
RUN apt-get install -y python-pip
RUN apt-get install -y python-numpy
RUN apt-get install... | nathanbjenx/cairis | docker/Dockerfile | Dockerfile | apache-2.0 | 1,342 |
FROM busybox
# content
ADD /data/blog/www/html /var/www/html
| mezgani/docker-wordpress | data/Dockerfile | Dockerfile | bsd-3-clause | 62 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.