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/nitrogen8mm-fedora:35-run
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", ... | resin-io-library/base-images | balena-base-images/python/nitrogen8mm/fedora/35/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 2,434 |
# AUTOGENERATED FILE
FROM balenalib/astro-tx2-ubuntu:eoan-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 ha.p... | nghiant2710/base-images | balena-base-images/node/astro-tx2/ubuntu/eoan/12.22.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,754 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-zero-ubuntu:xenial-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 --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pg... | nghiant2710/base-images | balena-base-images/node/orange-pi-zero/ubuntu/xenial/10.24.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,922 |
FROM python:3.6-slim
COPY app/ /opt/app
COPY extract_server.py /opt
COPY requirements.txt /opt
WORKDIR /opt
RUN apt-get update
RUN pip install -r requirements.txt
# In case of errors dowlonad https://github.com/aboSamoor/pycld2 and then
# install with python3 setup.py install
COPY lib/libstdc++.so.6 /usr/lib/x86_64-... | melphi/article-extractor | python/Dockerfile | Dockerfile | apache-2.0 | 572 |
#
# Copyright 2016 The BigDL Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in ... | intel-analytics/BigDL | docker/bigdl/Dockerfile | Dockerfile | apache-2.0 | 5,916 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-ubuntu:focal-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_VERS... | nghiant2710/base-images | balena-base-images/golang/raspberry-pi2/ubuntu/focal/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,029 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-neo-air-ubuntu:focal-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 --keyserve... | nghiant2710/base-images | balena-base-images/node/nanopi-neo-air/ubuntu/focal/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,765 |
# AUTOGENERATED FILE
FROM balenalib/artik530-ubuntu:bionic-run
ENV NODE_VERSION 14.16.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com ... | nghiant2710/base-images | balena-base-images/node/artik530/ubuntu/bionic/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,916 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-64-debian:bullseye-build
ENV GO_VERSION 1.15.6
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "3918e6cc85e7eaaa6f859f1bdbaac772e7a825b0eb423c63d3ae68b21f84b844 go$GO_VERSION.linux-amd64.tar.gz"... | nghiant2710/base-images | balena-base-images/golang/qemux86-64/debian/bullseye/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,018 |
# AUTOGENERATED FILE
FROM balenalib/cl-som-imx8-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 depe... | resin-io-library/base-images | balena-base-images/python/cl-som-imx8/ubuntu/bionic/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 4,066 |
FROM python:3.7
RUN apt-get update \
&& apt-get install -y build-essential libssl-dev default-libmysqlclient-dev python-pip python-dev \
&& apt-get -y clean all
COPY . /home/app/vault
RUN pip install -r /home/app/vault/requirements.txt
WORKDIR /home/app/vault
| globocom/vault | helpers/docker/vault/Dockerfile | Dockerfile | apache-2.0 | 272 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-ubuntu:bionic-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.p... | resin-io-library/base-images | balena-base-images/node/via-vab820-quad/ubuntu/bionic/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,917 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-alpine:edge-run
ENV GO_VERSION 1.16.14
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitc... | resin-io-library/base-images | balena-base-images/golang/jetson-xavier-nx-devkit/alpine/edge/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,482 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-alpine:3.13-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/n510-tx2/alpine/3.13/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,955 |
FROM python:3.9.6
# Install Gunicorn as production WSGI server
RUN pip3 install gunicorn
# Create non-root user and home directory, because it is generally good practice.
RUN useradd -ms /bin/bash manager
WORKDIR /home/manager
USER manager
# Add to PATH to prevent pip3 warning that installed
# packages are not on pa... | stencila/hub | manager/Dockerfile | Dockerfile | apache-2.0 | 930 |
# AUTOGENERATED FILE
FROM balenalib/up-core-alpine:3.13-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 \
6A010C5166006599AA... | resin-io-library/base-images | balena-base-images/node/up-core/alpine/3.13/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 3,023 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-fedora:35-run
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver keyserve... | resin-io-library/base-images | balena-base-images/node/odroid-xu4/fedora/35/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,745 |
# AUTOGENERATED FILE
FROM balenalib/jn30b-nano-ubuntu:cosmic-build
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha... | nghiant2710/base-images | balena-base-images/node/jn30b-nano/ubuntu/cosmic/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,757 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-alpine:3.11-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/surface-go/alpine/3.11/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,032 |
# AUTOGENERATED FILE
FROM balenalib/artik5-fedora:36-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 keyserver... | resin-io-library/base-images | balena-base-images/node/artik5/fedora/36/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,747 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-fedora:31-build
ENV NODE_VERSION 12.21.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver... | nghiant2710/base-images | balena-base-images/node/jetson-nano-emmc/fedora/31/12.21.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi2-ubuntu:xenial-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 --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.... | resin-io-library/base-images | balena-base-images/node/raspberrypi2/ubuntu/xenial/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,914 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-debian:sid-run
ENV GO_VERSION 1.15.11
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-g... | nghiant2710/base-images | balena-base-images/golang/raspberry-pi2/debian/sid/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,353 |
# AUTOGENERATED FILE
FROM balenalib/srd3-tx2-debian:buster-build
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/srd3-tx2/debian/buster/3.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,527 |
# AUTOGENERATED FILE
FROM balenalib/i386-debian:bullseye-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 dependenc... | nghiant2710/base-images | balena-base-images/python/i386/debian/bullseye/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,466 |
# AUTOGENERATED FILE
FROM balenalib/zc702-zynq7-fedora:30-build
ENV NODE_VERSION 14.16.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.p... | nghiant2710/base-images | balena-base-images/node/zc702-zynq7/fedora/30/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,758 |
# AUTOGENERATED FILE
FROM balenalib/rpi-alpine:3.13-run
ENV GO_VERSION 1.15.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 ] && echo 'hos... | nghiant2710/base-images | balena-base-images/golang/rpi/alpine/3.13/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,460 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-fedora:34-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/hummingboard/fedora/34/8-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,318 |
# AUTOGENERATED FILE
FROM balenalib/astro-tx2-debian:buster-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: publi... | resin-io-library/base-images | balena-base-images/python/astro-tx2/debian/buster/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,853 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-2gb-devkit-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 "vi... | resin-io-library/base-images | balena-base-images/python/jetson-nano-2gb-devkit/fedora/34/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 2,445 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-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 d... | resin-io-library/base-images | balena-base-images/python/blackboard-tx2/ubuntu/bionic/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 4,069 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-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 so... | nghiant2710/base-images | balena-base-images/openjdk/jetson-nano/debian/stretch/11-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,856 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-ubuntu:xenial-build
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For s... | nghiant2710/base-images | balena-base-images/openjdk/hummingboard2/ubuntu/xenial/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,104 |
# AUTOGENERATED FILE
FROM balenalib/iot-gate-imx8-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/iot-gate-imx8/debian/stretch/11-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,858 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-fedora:34-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 Docker... | nghiant2710/base-images | balena-base-images/openjdk/blackboard-tx2/fedora/34/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,324 |
FROM balenalib/armv7hf-debian:buster-run
LABEL io.balena.device-type="orange-pi-lite"
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 ] && m... | nghiant2710/base-images | balena-base-images/device-base/orange-pi-lite/debian/buster/run/Dockerfile | Dockerfile | apache-2.0 | 1,093 |
#
# 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 us... | apache/incubator-zeppelin | Dockerfile | Dockerfile | apache-2.0 | 1,685 |
FROM rust:1.44
ADD ./ /iron
WORKDIR /iron
RUN cargo clean
RUN RUSTFLAGS="-C target-cpu=native" cargo build --release
CMD ./target/release/iron
| volyrique/FrameworkBenchmarks | frameworks/Rust/iron/iron.dockerfile | Dockerfile | bsd-3-clause | 146 |
FROM phundament/app:development
# Prepare composer
# /!\ Note: Please add your own API token to config.json; Phundament comes with a public token for your convenince, which may hit a rate limit
ADD ./build/composer/config.json /root/.composer/config.json
# Install packages first
ADD ./composer.lock /app/composer.lock... | cornernote/app | Dockerfile | Dockerfile | bsd-3-clause | 528 |
FROM golang:1.8.1-alpine
RUN apk --no-cache add make git
WORKDIR /go/src/github.com/Dataman-Cloud/swan
COPY . .
RUN make clean && make
FROM alpine:3.5
RUN apk --no-cache add ca-certificates
WORKDIR /root/
COPY --from=0 /go/src/github.com/Dataman-Cloud/swan/bin/swan .
ENTRYPOINT ["./swan"]
| bbklab/swan | Dockerfile | Dockerfile | apache-2.0 | 291 |
FROM centos:7
EXPOSE 80
EXPOSE 443
# update CentOS packages
# dev tools required for compiling
# install EPEL repos (Extra Packages for Enterprise Linux), for libmcrypt and others - see http://fedoraproject.org/wiki/EPEL
# other required packages:
RUN yum -y update && \
yum -y groupinstall "Development Tools" && \
... | cmoser4m/apache-php-fpm | Dockerfile | Dockerfile | mit | 3,198 |
FROM dennisss/tansa-dev:latest
RUN cd /opt; git clone https://github.com/dennisss/tansa
RUN cd /opt/tansa; make build
RUN cd /opt/tansa; npm install; make build_firmware
# Preload all the models as we will assume that no internet connection is available
RUN cd /opt/tansa; ./config/gazebo/preload.sh
CMD cd /opt/tans... | dennisss/tansa | config/docker/prebuilt/Dockerfile | Dockerfile | mit | 339 |
FROM golang as builder
ADD . /go/src/github.com/douglasmakey/ursho/
WORKDIR /go/src/github.com/douglasmakey/ursho/
RUN go get
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-extldflags "-static"' -o ursho .
FROM scratch
ENV PORT 8080
COPY --from=builder /go/src/github.com/douglasmakey/ursh... | douglasmakey/ursho | Dockerfile | Dockerfile | mit | 400 |
# PHPUnit Docker Container.
FROM composer/composer:php7
MAINTAINER Julien Breux <julien.breux@gmail.com>
# Run some Debian packages installation.
ENV PACKAGES="php-pear curl"
RUN apt-get update && \
apt-get install -yq --no-install-recommends $PACKAGES && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
#... | JulienBreux/phpunit-docker | 5.3.0/Dockerfile | Dockerfile | mit | 1,078 |
FROM kbase/kbase:sdkbase.latest
MAINTAINER John-Marc Chandonia
# -----------------------------------------
# Insert instructions here to install
# any required dependencies for your module.
WORKDIR /kb/module
RUN mkdir -p /kb/module/dependencies/bin
WORKDIR /kb/module/dependencies/bin
RUN curl -o blast.tar.gz 'ftp:/... | jmchandonia/DomainAnnotation | Dockerfile | Dockerfile | mit | 1,477 |
#PHP IMAGE
FROM php:7.2-apache-stretch
#SETTING UP THE SYSTEM
RUN apt-get update \
&& apt-get install -y \
apt-utils \
wget \
libwebp-dev \
libxpm-dev \
libfreetype6-dev \
libjpeg62-turbo-dev \
libmcrypt-dev \
libpng-dev \
libxslt-dev \
libicu-dev \
mariadb-client \
... | yvoronoy/magento2docker | env/etc/php/7.2/Dockerfile | Dockerfile | mit | 7,184 |
FROM ubuntu:latest
MAINTAINER Nane Kratzke
# Install latest updates
RUN apt-get update
RUN apt-get upgrade -y
# Install mysql client and server
RUN apt-get -y install mysql-client mysql-server curl
# Enable remote access (default is localhost only, we change this
# otherwise our database would not be reachable from... | nkratzke/sdvn-impact-database | Dockerfile | Dockerfile | mit | 955 |
# escape=`
ARG REPO=mcr.microsoft.com/dotnet/aspnet
# Installer image
FROM mcr.microsoft.com/windows/servercore:1809-amd64 AS installer
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
RUN `
# Retrieve .NET Core SDK
$dotnet_sdk_version = '3.1.404... | MichaelSimons/dotnet-docker | src/sdk/3.1/nanoserver-1809/amd64/Dockerfile | Dockerfile | mit | 3,230 |
#FROM node:7.7.3
FROM mhart/alpine-node:7.7.3
RUN apk update && apk upgrade && \
apk add --no-cache bash git openssh
# Provides cached layer for node_modules
ADD package.json /tmp/
ENV NODE_PATH /app
RUN cd /tmp && npm install
RUN mkdir -p /app/src && cp -a /tmp/node_modules /app/
#copy and rename dev config to ... | leachuk/recruitunit | Dockerfile | Dockerfile | mit | 738 |
# AUTOGENERATED FILE
FROM balenalib/rockpi-4b-rk3399-alpine:edge-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/rockpi-4b-rk3399/alpine/edge/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,473 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi-debian:jessie-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/raspberry-pi/debian/jessie/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,097 |
# AUTOGENERATED FILE
FROM balenalib/smarc-px30-fedora:33-build
ENV NODE_VERSION 16.14.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver keyse... | resin-io-library/base-images | balena-base-images/node/smarc-px30/fedora/33/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,747 |
# AUTOGENERATED FILE
FROM balenalib/rpi-debian:buster-build
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --bat... | nghiant2710/base-images | balena-base-images/node/rpi/debian/buster/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,803 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-fedora:32-run
ENV GO_VERSION 1.15.7
# gcc for cgo
RUN dnf install -y \
gcc-c++ \
gcc \
git \
&& dnf clean all
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "0d142143794721bb63ce6c... | nghiant2710/base-images | balena-base-images/golang/surface-pro-6/fedora/32/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,089 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-fedora:32-run
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/photon-nano/fedora/32/12.20.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,750 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-ubuntu:cosmic-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: pub... | nghiant2710/base-images | balena-base-images/python/spacely-tx2/ubuntu/cosmic/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 5,205 |
# AUTOGENERATED FILE
FROM balenalib/beagleboard-xm-alpine:edge-build
ENV NODE_VERSION 14.16.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
;... | nghiant2710/base-images | balena-base-images/node/beagleboard-xm/alpine/edge/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,961 |
# AUTOGENERATED FILE
FROM balenalib/nanopc-t4-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 depende... | nghiant2710/base-images | balena-base-images/python/nanopc-t4/ubuntu/disco/3.7.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,066 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-alpine:3.12-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 \
6A010C51660... | resin-io-library/base-images | balena-base-images/node/firefly-rk3288/alpine/3.12/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 3,023 |
FROM debian:stable-slim
RUN apt-get update && apt-get install -y \
curl \
gnupg \
&& curl -sL https://deb.nodesource.com/setup_6.x | bash - \
&& apt-get install -y nodejs \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
| grycap/jenkins | docker/debian/stable-slim/node6/Dockerfile | Dockerfile | apache-2.0 | 236 |
# AUTOGENERATED FILE
FROM balenalib/artik710-ubuntu:cosmic-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/artik710/ubuntu/cosmic/3.8.6/build/Dockerfile | Dockerfile | apache-2.0 | 4,829 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-debian:bullseye-build
ENV GO_VERSION 1.15.6
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "7f60787d9d94ed040e2d58f7715a4dc1cdb9f9160504aec810712a7e20446bb7 go$GO_VERS... | nghiant2710/base-images | balena-base-images/golang/am571x-evm/debian/bullseye/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,032 |
FROM node:5.11
COPY . /demo
WORKDIR /demo
RUN apt-get update \
&& apt-get install -y vim
RUN npm install
CMD npm start
| wahbigbig/AWSAlexaAPI | demo/Dockerfile | Dockerfile | apache-2.0 | 124 |
# AUTOGENERATED FILE
FROM balenalib/iot-gate-imx8-ubuntu:focal-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... | nghiant2710/base-images | balena-base-images/node/iot-gate-imx8/ubuntu/focal/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,760 |
# AUTOGENERATED FILE
FROM balenalib/bananapi-m1-plus-alpine:3.13-build
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.con... | nghiant2710/base-images | balena-base-images/golang/bananapi-m1-plus/alpine/3.13/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,345 |
# AUTOGENERATED FILE
FROM balenalib/up-core-ubuntu:eoan-run
ENV NODE_VERSION 12.20.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --r... | nghiant2710/base-images | balena-base-images/node/up-core/ubuntu/eoan/12.20.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,914 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-fedora:33-run
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", s... | resin-io-library/base-images | balena-base-images/python/odroid-xu4/fedora/33/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 2,433 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-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 ] && echo '... | nghiant2710/base-images | balena-base-images/golang/fincm3/alpine/edge/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,463 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-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 ... | resin-io-library/base-images | balena-base-images/python/raspberrypi4-64/debian/buster/3.10.2/run/Dockerfile | Dockerfile | apache-2.0 | 4,096 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-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: pu... | nghiant2710/base-images | balena-base-images/python/hummingboard/debian/buster/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,857 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-ubuntu:xenial-run
ENV NODE_VERSION 14.16.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --... | nghiant2710/base-images | balena-base-images/node/fincm3/ubuntu/xenial/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,914 |
# AUTOGENERATED FILE
FROM balenalib/beagleboard-xm-fedora:34-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 Docker... | resin-io-library/base-images | balena-base-images/openjdk/beagleboard-xm/fedora/34/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,324 |
# AUTOGENERATED FILE
FROM balenalib/srd3-tx2-debian:buster-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/srd3-tx2/debian/buster/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,325 |
# AUTOGENERATED FILE
FROM balenalib/amd64-fedora:31-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", sinc... | nghiant2710/base-images | balena-base-images/python/amd64/fedora/31/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,448 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-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 \
6A010C51660... | nghiant2710/base-images | balena-base-images/node/firefly-rk3288/alpine/3.13/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,029 |
# AUTOGENERATED FILE
FROM balenalib/solidrun-imx6-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: p... | nghiant2710/base-images | balena-base-images/python/solidrun-imx6/debian/buster/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,858 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-alpine:3.11-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/n510-tx2/alpine/3.11/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,955 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-ubuntu:cosmic-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 s... | nghiant2710/base-images | balena-base-images/openjdk/via-vab820-quad/ubuntu/cosmic/8-jre/run/Dockerfile | Dockerfile | apache-2.0 | 3,102 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-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 "virtualen... | resin-io-library/base-images | balena-base-images/python/surface-pro-6/fedora/33/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,456 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-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/aarch64/alpine/3.13/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,836 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-alpine:edge-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 ] && ... | nghiant2710/base-images | balena-base-images/golang/spacely-tx2/alpine/edge/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,470 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-alpine:3.10-build
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 for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
;... | nghiant2710/base-images | balena-base-images/node/raspberrypi4-64/alpine/3.10/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,960 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6xq2g-fedora:33-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 ke... | resin-io-library/base-images | balena-base-images/node/nitrogen6xq2g/fedora/33/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,754 |
# AUTOGENERATED FILE
FROM balenalib/photon-xavier-nx-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 pyth... | resin-io-library/base-images | balena-base-images/python/photon-xavier-nx/debian/bookworm/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,101 |
# AUTOGENERATED FILE
FROM balenalib/smarc-px30-ubuntu:xenial-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" | s... | nghiant2710/base-images | balena-base-images/golang/smarc-px30/ubuntu/xenial/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 1,995 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-debian:buster-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: publi... | nghiant2710/base-images | balena-base-images/python/artik533s/debian/buster/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,854 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-debian:bullseye-run
ENV NODE_VERSION 12.22.9
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --bat... | resin-io-library/base-images | balena-base-images/node/jetson-xavier-nx-devkit/debian/bullseye/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,949 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-fedora:32-build
RUN dnf -y update \
&& dnf clean all \
&& dnf -y install \
gzip \
java-1.8.0-openjdk \
java-1.8.0-openjdk-devel \
tar \
&& dnf clean all
# set JAVA_HOME
ENV JAVA_HOME /usr/lib/jvm/java-openjdk
CMD ["echo","'No CMD command was set in Dockerfil... | nghiant2710/base-images | balena-base-images/openjdk/nitrogen8mm/fedora/32/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,321 |
# AUTOGENERATED FILE
FROM balenalib/revpi-connect-fedora:34-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 ke... | resin-io-library/base-images | balena-base-images/node/revpi-connect/fedora/34/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,754 |
ARG PYTHON_IMAGE_TAG=latest
FROM python:${PYTHON_IMAGE_TAG} AS image_stage
ARG APP_TAG="1.3.3"
LABEL \
org.label-schema.build-date=Now \
org.label-schema.maintainer="work_shvein_mihail@mail.ru" \
org.label-schema.schema-version="1.0.0-rc1" \
org.label-schema.vcs-ref="v${APP_TAG}" \
org.label-schema.vcs-ur... | M1hacka/django-rest-form-fields | Dockerfile | Dockerfile | bsd-3-clause | 1,491 |
FROM php:5.6-cli
RUN apt update \
&& apt -y install \
git \
libicu-dev \
libmcrypt-dev \
mysql-client \
libfreetype6-dev \
libjpeg62-turbo-dev \
libpng12-dev \
libxml2-dev \
libxslt1-dev \
zip \
unzip \
&& rm -rf /var/lib/apt/lists/*
RUN curl -... | NiekvanderLinden/SendCloud-API-PHP-Wrapper | Dockerfile | Dockerfile | mit | 468 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-ubuntu:xenial-build
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For... | nghiant2710/base-images | balena-base-images/openjdk/imx8mm-var-dart/ubuntu/xenial/11-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,109 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-alpine:3.12-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/artik533s/alpine/3.12/7-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,758 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-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/firefly-rk3288/alpine/3.13/8-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,763 |
# AUTOGENERATED FILE
FROM balenalib/bananapi-m1-plus-alpine:edge-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 'd... | nghiant2710/base-images | balena-base-images/openjdk/bananapi-m1-plus/alpine/edge/7-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,765 |
# AUTOGENERATED FILE
FROM balenalib/aio-3288c-debian:bullseye-build
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For som... | nghiant2710/base-images | balena-base-images/openjdk/aio-3288c/debian/bullseye/11-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,739 |
# This file describes the standard way to build Docker, using docker
#
# Usage:
#
# # Assemble the full dev environment. This is slow the first time.
# docker build -t docker .
#
# # Mount your source in an interactive container for quick testing:
# docker run -v `pwd`:/go/src/github.com/docker/docker --privileged -i -... | dashengSun/docker | Dockerfile | Dockerfile | apache-2.0 | 7,601 |
FROM ruby:2.3.1
MAINTAINER Zach Latta <zach@hackclub.com>
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
RUN mkdir /usr/src/app
WORKDIR /usr/src/app
ADD Gemfile /usr/src/app/Gemfile
ADD Gemfile.lock /usr/src/app/Gemfile.lock
ENV BUNDLE_GEMFILE=Gemfile \
BUNDLE_JOBS=4 \
BUNDLE_PATH... | hackclub/lecture-hall | Dockerfile | Dockerfile | mit | 369 |
# Copyright 2016 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | ammeon/kubernetes | hack/gen-swagger-doc/Dockerfile | Dockerfile | apache-2.0 | 1,475 |
FROM ros:indigo
RUN apt-get clean
RUN apt-get update
RUN apt-get install -y g++
# Install rosbridge
COPY ./rosbridge /rosbridge_ws/src/rosbridge
RUN rosdep install --from-paths /rosbridge_ws/src --ignore-src --rosdistro=$ROS_DISTRO -y
RUN . /opt/ros/indigo/setup.sh; catkin_make -C /rosbridge_ws
EXPOSE 9090
| zhangpf/cloudroid | base-image/Dockerfile | Dockerfile | bsd-3-clause | 312 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.