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 node:8.4-alpine
ENV ENVIRONMENT_REFRESH 2017-09-14-3
WORKDIR /opt/guardian
COPY package.json ./
RUN apk add --no-cache make gcc g++ python git && \
npm install --build-from-source=bcrypt && \
apk del make gcc g++ python git
ARG CACHE_DATE=2016-01-01
COPY src src
EXPOSE 3000
CMD ["npm", "start"]
| beer-guardian/beer-guardian | Dockerfile | Dockerfile | mit | 317 |
FROM php:7.1-fpm-alpine
RUN apk add --no-cache --virtual .persistent-deps \
git \
icu-libs \
zlib
ENV APCU_VERSION 5.1.8
RUN set -xe \
&& apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
icu-dev \
zlib-dev \
&& docker-php-ext-install \
intl \
pdo_mysql \
zip \
&& pecl install \
apcu-$... | yoan-durand/test-api-platform | Dockerfile | Dockerfile | mit | 1,811 |
FROM ruby:2.3.4
MAINTAINER tech@texastribune.org
# set locale
RUN apt-get update -qq && apt-get install -y \
locales -qq \
&& locale-gen en_US.UTF-8 en_us \
&& locale-gen C.UTF-8 \
&& /usr/sbin/update-locale LANG=C.UTF-8
ENV LANG C.UTF-8
ENV LANGUAGE C.UTF-8
ENV LC_ALL C.UTF-8
# get aws-cli
ENV PYTHONIOENCOD... | texastribune/donations-app | Dockerfile | Dockerfile | mit | 3,339 |
# GENERATED FROM Dockerfile.template
FROM vicamo/buildpack-deps:stretch-ppc64el-scm
RUN set -ex; \
apt-get update; \
apt-get install -y --no-install-recommends \
autoconf \
automake \
bzip2 \
dpkg-dev \
file \
g++ \
gcc \
imagemagick \
libbz2-dev \
libc6-dev \
libcurl4-openssl-dev \
libdb-dev... | vicamo/docker-buildpack-deps | stretch/ppc64el/Dockerfile | Dockerfile | mit | 1,381 |
ARG BASEIMAGE_BUILD=resin/raspberry-pi3-node:7.8.0-20170426
FROM $BASEIMAGE_BUILD
COPY . /opt/agile-idm-web-ui
WORKDIR /opt/agile-idm-web-ui/
#gets rid of the node_modules installed by travis.
RUN rm -rf node_modules
RUN npm install
EXPOSE 3000
ENV DEBUG_IDM_WEB 1
ENV DEBUG_IDM_CORE 1
CMD ./Start.sh
| Agile-IoT/agile-idm-web-ui | Dockerfile | Dockerfile | mit | 302 |
FROM ubuntu:14.04
RUN echo 'deb http://archive.ubuntu.com/ubuntu precise multiverse' >> /etc/apt/sources.list
RUN apt-get update
RUN apt-get install -y wget unzip git
RUN apt-get install -y build-essential checkinstall pkg-config yasm libtiff-dev libjpeg-dev libjasper-dev libavcodec-dev libavformat-dev libswscale-dev... | ericbenoit74/docker-opencv3 | Dockerfile | Dockerfile | mit | 1,295 |
FROM node:5
RUN mkdir /rome
WORKDIR /rome
ADD ./package.json /rome/package.json
RUN npm install
ADD . /rome | 146BC/Rome | Dockerfile | Dockerfile | mit | 110 |
FROM ruby:2.3.3
#
RUN apt-get update && apt-get install -y \
#Packages
net-tools \
nodejs
#Install gems
RUN mkdir /app
WORKDIR /app
COPY Gemfile* /app/
RUN bundle install
#Upload source
COPY . /app
RUN useradd ruby
RUN chown -R ruby /app
USER ruby
# Database defaults
ENV DATABASE_NAME hueIT
ENV DATABASE_HOST db
ENV ... | cthit/HueIT-Rails | dev.Dockerfile | Dockerfile | mit | 512 |
FROM ssig33/ruby-imagemagick-groonga
MAINTAINER Kirillov Alexander (saratovsource@gmail.com)
RUN apt-get update -y && \
apt-get install --no-install-recommends -y -q curl python git ca-certificates tmux libpq-dev postgresql-client libxml2-dev libxslt1-dev libssl-dev
RUN mkdir /nodejs && curl http://nodejs.org/di... | openit-lib/saratov.open-it.pro | Dockerfile | Dockerfile | mit | 557 |
FROM alpine:3.2
MAINTAINER John Doe "john.doe@example.com"
LABEL testing=docker serverspec=true description="My Container"
ENV PATH /usr/sbin:/usr/bin:/sbin:/bin
ENV container=docker CRACKER="RANDOM;PATH=/tmp/bin:/sbin:/bin"
WORKDIR /opt
USER nobody
EXPOSE 80
VOLUME /volume1 /volume2
ADD files/file_example1 /tm... | zuazo/dockerspec | spec/fixtures/Dockerfile | Dockerfile | apache-2.0 | 471 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-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 d... | nghiant2710/base-images | balena-base-images/python/orangepi-plus2/debian/jessie/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,099 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-ubuntu:focal-run
ENV NODE_VERSION 14.16.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/intel-nuc/ubuntu/focal/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,918 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-fedora:35-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv",... | resin-io-library/base-images | balena-base-images/python/odroid-u3+/fedora/35/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,438 |
FROM fedora:rawhide
MAINTAINER Leandro Santiago <leandrosansilva@gmail.com>
RUN yum -y update && yum -y install git gcc-c++ gjs gjs-devel libpeas-devel \
gtksourceview3-devel libgit2-devel libgit2-glib-devel clang-devel file vala-devel vala llvm-devel vte-devel \
vte291-devel vala-tools redhat-rpm-config; \
... | leandrosansilva/gnome-builder-docker-image | Dockerfile | Dockerfile | apache-2.0 | 964 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-gateway-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 6... | nghiant2710/base-images | balena-base-images/python/beaglebone-green-gateway/ubuntu/focal/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,845 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6dl-debian:bullseye-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu67 \
libssl1.1... | resin-io-library/base-images | balena-base-images/dotnet/colibri-imx6dl/debian/bullseye/5.0-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,921 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-ubuntu:eoan-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 --ke... | nghiant2710/base-images | balena-base-images/node/beaglebone-green-wifi/ubuntu/eoan/12.21.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,770 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-ubuntu:impish-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 ... | resin-io-library/base-images | balena-base-images/node/jetson-xavier-nx-devkit/ubuntu/impish/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,766 |
# AUTOGENERATED FILE
FROM balenalib/zc702-zynq7-debian:bullseye-run
ENV GO_VERSION 1.16
# 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/zc702-zynq7/debian/bullseye/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,355 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-alpine:3.10-run
ENV GO_VERSION 1.16
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && echo... | nghiant2710/base-images | balena-base-images/golang/odroid-xu4/alpine/3.10/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,463 |
FROM nginx
RUN rm /etc/nginx/conf.d/default.conf
# Copy a configuration file from the current directory
COPY nginx.conf /etc/nginx/nginx.conf | gangchen03/netflixbluemix | nginx/Dockerfile | Dockerfile | apache-2.0 | 142 |
# AUTOGENERATED FILE
FROM balenalib/nanopc-t4-fedora:31-build
ENV GO_VERSION 1.14.13
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "445b719ebf46d8825360dabad65226db154ca8053de60609bc20f80a17452cbb go$GO_VERSION.linux-arm64.tar.gz" | sha... | nghiant2710/base-images | balena-base-images/golang/nanopc-t4/fedora/31/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 1,994 |
# AUTOGENERATED FILE
FROM balenalib/artik710-ubuntu:bionic-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public... | nghiant2710/base-images | balena-base-images/python/artik710/ubuntu/bionic/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 4,829 |
# python环境,v1, nginx, nodejs
FROM centos:7
MAINTAINER yubang(yubang93@gmail.com)
RUN yum install epel-release -y
RUN yum install nginx -y
RUN yum install -y nodejs
ADD nginx.conf /etc/nginx/nginx.conf
ADD install.sh /var/install.sh
ADD start.sh /var/start.sh
| yubang/app | docker/nodejs/Dockerfile | Dockerfile | apache-2.0 | 273 |
FROM perspicaio/golang
RUN apk add --update bash && rm -rf /var/cache/apk/*
RUN mkdir -p /opt/perspica
WORKDIR /opt/perspica
RUN touch /opt/perspica/turnbeat.yml
RUN chmod 0666 /opt/perspica/turnbeat.yml
ADD ./turnbeat /opt/perspica/turnbeat
ADD ./entry.sh /opt/perspica/entry.sh
RUN chmod 0777 /opt/perspica/entry... | blacklightops/turnbeat | Dockerfile | Dockerfile | apache-2.0 | 722 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-ubuntu:xenial-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 k... | resin-io-library/base-images | balena-base-images/node/jetson-tx2/ubuntu/xenial/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,753 |
# AUTOGENERATED FILE
FROM balenalib/jn30b-nano-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/jn30b-nano/ubuntu/bionic/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,912 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-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 depend... | resin-io-library/base-images | balena-base-images/python/hummingboard/debian/sid/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,087 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-ubuntu:focal-build
ENV NODE_VERSION 15.10.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyse... | nghiant2710/base-images | balena-base-images/node/asus-tinker-board/ubuntu/focal/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,768 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-alpine:3.15-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 ... | resin-io-library/base-images | balena-base-images/openjdk/coral-dev/alpine/3.15/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,754 |
# AUTOGENERATED FILE
FROM balenalib/imx7-var-som-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 depend... | resin-io-library/base-images | balena-base-images/python/imx7-var-som/debian/sid/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,087 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-alpine:3.15-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 \
6A010C5166... | resin-io-library/base-images | balena-base-images/node/via-vab820-quad/alpine/3.15/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 3,024 |
# AUTOGENERATED FILE
FROM balenalib/photon-xavier-nx-debian:sid-run
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserve... | nghiant2710/base-images | balena-base-images/node/photon-xavier-nx/debian/sid/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,936 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-alpine:3.12-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/nsswitch.conf... | resin-io-library/base-images | balena-base-images/golang/genericx86-64-ext/alpine/3.12/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,483 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-alpine:3.12-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/nsswitch.conf ] && e... | resin-io-library/base-images | balena-base-images/golang/jetson-tx1/alpine/3.12/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,469 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-alpine:3.10-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 \
; do ... | nghiant2710/base-images | balena-base-images/node/etcher-pro/alpine/3.10/15.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,957 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-alpine:edge-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 \
6A010C5166006599A... | nghiant2710/base-images | balena-base-images/node/n510-tx2/alpine/edge/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,023 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-debian:bullseye-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
libssl1.1 \
... | nghiant2710/base-images | balena-base-images/dotnet/raspberry-pi2/debian/bullseye/5.0-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,948 |
# AUTOGENERATED FILE
FROM balenalib/up-board-fedora:36-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", sin... | resin-io-library/base-images | balena-base-images/python/up-board/fedora/36/3.10.2/run/Dockerfile | Dockerfile | apache-2.0 | 2,446 |
# AUTOGENERATED FILE
FROM balenalib/zc702-zynq7-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: p... | resin-io-library/base-images | balena-base-images/python/zc702-zynq7/debian/bookworm/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,859 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-emmc-fedora:34-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 -... | nghiant2710/base-images | balena-base-images/node/jetson-xavier-nx-devkit-emmc/fedora/34/12.22.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,767 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-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 depe... | nghiant2710/base-images | balena-base-images/python/surface-pro-6/ubuntu/eoan/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 4,075 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-fedora:30-build
ENV GO_VERSION 1.14.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 "93a87bdde7d5dd8c7ba0570fd811cebdfb988a6393f5f660f4595566120e0620 go$GO_VERSIO... | nghiant2710/base-images | balena-base-images/golang/raspberry-pi2/fedora/30/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,027 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-ubuntu:impish-run
ENV GO_VERSION 1.16.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 \
' \
&& ... | resin-io-library/base-images | balena-base-images/golang/raspberrypi3-64/ubuntu/impish/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,332 |
FROM balenalib/aarch64-debian:jessie-build
LABEL io.balena.device-type="floyd-nano"
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 ] && mkd... | nghiant2710/base-images | balena-base-images/device-base/floyd-nano/debian/jessie/build/Dockerfile | Dockerfile | apache-2.0 | 1,093 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-ubuntu:eoan-run
ENV NODE_VERSION 10.24.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.c... | nghiant2710/base-images | balena-base-images/node/surface-pro-6/ubuntu/eoan/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,920 |
# AUTOGENERATED FILE
FROM balenalib/edge-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-get upd... | nghiant2710/base-images | balena-base-images/golang/edge/debian/stretch/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,336 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-fedora:30-run
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 h... | nghiant2710/base-images | balena-base-images/node/beaglebone-green/fedora/30/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
# AUTOGENERATED FILE
FROM balenalib/jn30b-nano-debian:buster-run
ENV NODE_VERSION 15.14.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver ... | nghiant2710/base-images | balena-base-images/node/jn30b-nano/debian/buster/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,938 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-debian:jessie-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/am571x-evm/debian/jessie/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,356 |
# AUTOGENERATED FILE
FROM balenalib/astro-tx2-ubuntu:focal-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.... | nghiant2710/base-images | balena-base-images/node/astro-tx2/ubuntu/focal/12.21.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,756 |
# AUTOGENERATED FILE
FROM balenalib/imx7-var-som-alpine:3.12-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/imx7-var-som/alpine/3.12/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,951 |
# Copyright 2014 Joukou Ltd
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, sof... | joukou/joukou-docker-influxdb | Dockerfile | Dockerfile | apache-2.0 | 1,332 |
# pathwar/apache-php:5.6.4 pathwar/apache-php:5.6 pathwar/apache-php:5 pathwar/apache-php:latest
FROM php:5.6-apache
MAINTAINER Pathwar Team <team@pathwar.net> (@pathwar_net)
# Install dependencies
RUN apt-get update \
&& apt-get -y -q upgrade \
&& apt-get -y -q install curl mysql-client libpng12-dev \
&& apt-get c... | pathwar/core | templates/apache-php/5.6.4/Dockerfile | Dockerfile | mit | 553 |
FROM alpine:3.6
ENV JAVA_HOME /usr/lib/jvm/java-1.8-openjdk
ENV PATH $PATH:$JAVA_HOME/bin
ENV LIBRARY_PATH=/lib:/usr/lib
ENV BACKENDS /asciidoctor-backends
ENV GVM_AUTO_ANSWER true
RUN apk add --update --no-cache gcc g++ make bash curl unzip tar openjdk8-jre ruby-dev ruby ruby-nokogiri ruby-json asciidoctor python py... | rochdev/docker-alpine-asciidoctor | full/Dockerfile | Dockerfile | mit | 1,801 |
FROM david/centos7-base-java-8-server
MAINTAINER David Cuellar, davidokun99@gmail.com
# Add mongo repo configuration
ADD mongodb.repo /etc/yum.repos.d/
# Update yum repositories
RUN yum update -y
# Install mongo db
RUN yum install -y mongodb-org
# Create default storage folder
RUN mkdir -p /data/db
| davidokun/Spark-Mongo-Rest-App | docker/base-mongodb-server/Dockerfile | Dockerfile | apache-2.0 | 306 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-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/intel-nuc/alpine/3.12/7-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,769 |
FROM balenalib/amd64-debian:buster-build
LABEL io.balena.device-type="intel-nuc"
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/intel-nuc/debian/buster/build/Dockerfile | Dockerfile | apache-2.0 | 1,105 |
# Copyright (c) 2009-2015, rultor.com
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met: 1) Redistributions of source code must retain the above
# copyright notice, this list of conditions and the ... | pecko/rultor | src/docker/Dockerfile | Dockerfile | bsd-3-clause | 3,690 |
FROM ubuntu:14.04
MAINTAINER Sergey Skripnick <sskripnick@mirantis.com>
COPY . /tmp/rally
RUN apt-get update && \
apt-get -y install git python2.7 bash-completion python-dev libffi-dev \
libxml2-dev libxslt1-dev libssl-dev libpq-dev wget \
build-essential &&\
wget h... | pyKun/rally | Dockerfile | Dockerfile | apache-2.0 | 1,175 |
# ------------------------------------------------------------------------
#
# Copyright WSO2, Inc. (http://wso2.com)
#
# 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... | callkalpa/product-mss | samples/stockquote/fatjar/container/docker/Dockerfile | Dockerfile | apache-2.0 | 1,085 |
FROM ddboline/ddboline_keys:latest
MAINTAINER Daniel Boline <ddboline@gmail.com>
COPY qgis.list /etc/apt/sources.list.d/qgis.list
# Install Chromium
RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key CAEB3DC3BDF7FB45 && \
sudo apt-get update && sudo apt-get install -y qgis && \
sudo rm -rf /var/... | ddboline/docker_scripts | qgis/Dockerfile | Dockerfile | mit | 408 |
# Dockerfile to build python3 images for scientific computing
# Set r_base to the base image
FROM dmccloskey/r-base:latest
# File Author / Maintainer
MAINTAINER Douglas McCloskey <dmccloskey87@gmail.com>
# switch to root for install
USER root
# Installation of debian-deps:latest #[and curl from debian-curl:latest]
... | dmccloskey/python3scientific | Dockerfile | Dockerfile | mit | 4,174 |
FROM quay.io/chronojam/nodejs
USER root
ADD . /tactics
WORKDIR /tactics
RUN npm install
RUN npm run build
WORKDIR /tactics/build
ENTRYPOINT ["node", "server.js"]
| jackgardner/tactics | Dockerfile | Dockerfile | mit | 166 |
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh"
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM buildpack-deps:sid-scm
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be inst... | vicamo/docker-java | sid/11/jdk/Dockerfile | Dockerfile | mit | 2,407 |
# Ruby/Rails Dev Environment (gewo/ruby)
FROM gewo/ruby-dependencies
MAINTAINER Gebhard Wöstemeyer <g.woestemeyer@gmail.com>
ENV APP_RUBY_VERSION 2.2.1
RUN rvm install ruby-${APP_RUBY_VERSION} --default
CMD ["/bin/bash"]
| gewo/living-in-a-box | docker_images/ruby-2.2.1/Dockerfile | Dockerfile | mit | 223 |
FROM golang:1.3
MAINTAINER TANABE Ken-ichi <nabeken@tknetworks.org>
RUN mkdir -p /go/src/app
WORKDIR /go/src/app
COPY . /go/src/app
RUN go-wrapper download ./...
RUN go install ./...
| nabeken/golang-sqs-worker-example | Dockerfile | Dockerfile | mit | 185 |
FROM clojure:latest
RUN mkdir /code
WORKDIR /code
RUN mkdir /.clojure && chmod 777 /.clojure
CMD cd $PROBLEM && \
if [ "$(find . -name '*.clj' | wc -l)" -eq 1 ]; then \
if [ -f in.txt ]; then \
clojure -M *.clj < in.txt > result-clj.txt; \
else \
clojure -M *.clj > result-c... | deniscostadsc/playground | .docker/clj.Dockerfile | Dockerfile | mit | 371 |
FROM node:6.7.0
ENV NODE_MEM 2056
ADD bin bin
ADD package.json package.json
RUN npm install
CMD node --max_old_space_size=${NODE_MEM} bin/generate-env /tmp/output_data
| PoDiGG/podigg-lc | Dockerfile | Dockerfile | mit | 170 |
FROM mcr.microsoft.com/dotnet/sdk:5.0-alpine as base
# Copy everything else and build
COPY ./ /opt/blogifier
WORKDIR /opt/blogifier
RUN ["dotnet","publish","./src/Blogifier/Blogifier.csproj","-o","./outputs" ]
FROM mcr.microsoft.com/dotnet/aspnet:5.0-alpine as run
COPY --from=base /opt/blogifier/outputs /opt/blogifi... | blogifierdotnet/Blogifier.Core | Dockerfile | Dockerfile | mit | 400 |
# A small little container that acts as the SkyDock executable
# docker build -t kalabox/skydock .
# docker run -d --volumes-from kalabox_data -v /var/run/docker.sock:/docker.sock -v /skydock.js:/skydock.js --name kalabox_skydock kalabox/skydock
# may still need to append:
# -ttl 2147483647 -environment dev -s /docker.... | kalabox/kalabox-services-kalabox | dockerfiles/skydock/Dockerfile | Dockerfile | mit | 711 |
FROM phusion/baseimage:0.9.22
RUN apt-get update && apt-get -y install \
ca-certificates \
curl \
phantomjs=2.1.1+dfsg-1 \
libc6-dev \
libfontconfig1 \
mysql-client \
tzdata \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# Give children processes 1 minute to timeout
ENV KILL_PROCESS_TIMEOUT=60
# G... | looker/docker_looker | Dockerfile | Dockerfile | mit | 3,736 |
FROM centos:7
ENV TS3_VERSION=3.13.2
RUN \
yum install -y wget bzip2 glibc && \
wget http://files.teamspeak-services.com/releases/server/${TS3_VERSION}/teamspeak3-server_linux_amd64-${TS3_VERSION}.tar.bz2 -O /tmp/teamspeak.tar.bz2 && \
mkdir -p /opt/teamspeak && \
touch /opt/teamspeak/.ts3server_lice... | pozgo/docker-teamspeak | Dockerfile | Dockerfile | mit | 556 |
FROM armhfbuild/golang
MAINTAINER Eris Industries <support@erisindustries.com>
# shut up debian
ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_PRIORITY critical
ENV DEBCONF_NOWARNINGS yes
ENV TERM linux
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
# Where to install binaries
ENV I... | AFDudley/afd-common | arch/arm/docker/base/Dockerfile | Dockerfile | mit | 1,243 |
FROM ruby:2.6
RUN apt-get update
RUN apt-get install software-properties-common -y
# Setup additional repositories
RUN apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8
RUN add-apt-repository 'deb [arch=amd64,i386,ppc64el] http://mirrors.coreix.net/mariadb/repo/10.1/ubuntu xenial ma... | atech/postal | Dockerfile | Dockerfile | mit | 1,443 |
# This is a Dockerfile for osrf/sros:kinetic with SROS
FROM ubuntu:xenial
# install packages
RUN apt-get update && apt-get install -y --no-install-recommends \
dirmngr \
gnupg2 \
&& rm -rf /var/lib/apt/lists/*
# setup keys
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys C1CF6E31E6BAD... | ruffsl/docker_images | sros/kinetic/Dockerfile | Dockerfile | apache-2.0 | 2,441 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-s-alpine:3.13-run
ENV GO_VERSION 1.15.11
# 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.co... | nghiant2710/base-images | balena-base-images/golang/asus-tinker-board-s/alpine/3.13/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,478 |
FROM jamesdbloom/docker-java8-maven
RUN mkdir /usr/local/stripe-charge-dropwizard/
RUN cd /usr/local/stripe-charge-dropwizard/
ADD . /usr/local/stripe-charge-dropwizard/
WORKDIR /usr/local/stripe-charge-dropwizard/
RUN ["mvn", "package"]
EXPOSE 8080
CMD ["java", "-jar", "target/stripe-charge-dropwizard-1.0-SNAPSHOT... | mischat/stripe-charge-dropwizard | Dockerfile | Dockerfile | apache-2.0 | 384 |
FROM openjdk:8-alpine
VOLUME /tmp
ADD app.jar app.jar
RUN sh -c 'touch /app.jar'
HEALTHCHECK CMD wget -s http://localhost:8080 || exit 1
EXPOSE 8080
ENTRYPOINT [ "sh", "-c", "java $JAVA_OPTS -Dspring.profiles.active=$PROFILE -Djava.security.egd=file:/dev/./urandom -jar /app.jar" ] | manuel-alvarez-alvarez/microservices-workshop-common | accelerator/src/main/docker/Dockerfile | Dockerfile | apache-2.0 | 282 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-zero-debian:sid-run
ENV GO_VERSION 1.17.7
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-g... | resin-io-library/base-images | balena-base-images/golang/orange-pi-zero/debian/sid/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,352 |
FROM balenalib/amd64-alpine:3.11-build
LABEL io.balena.device-type="up-core-plus"
RUN apk add --update \
less \
nano \
net-tools \
ifupdown \
usbutils \
gnupg \
&& rm -rf /var/cache/apk/*
RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image (... | nghiant2710/base-images | balena-base-images/device-base/up-core-plus/alpine/3.11/build/Dockerfile | Dockerfile | apache-2.0 | 1,034 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-debian:bookworm-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu67 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/apalis-imx6/debian/bookworm/3.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,533 |
FROM node:boron
#create the app directory
WORKDIR /usr/src/app
COPY . .
RUN npm install
EXPOSE 8080
CMD [ "npm", "start"] | psnmissaka/Stackle | stackle_api/Dockerfile | Dockerfile | apache-2.0 | 125 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6xq2g-alpine:3.12-run
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 buildDeps='curl' \
&& set -x \
&& for key in \
6A010C516600... | resin-io-library/base-images | balena-base-images/node/nitrogen6xq2g/alpine/3.12/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,022 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-debian:buster-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/up-core-plus/debian/buster/5.0-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,142 |
# AUTOGENERATED FILE
FROM balenalib/zc702-zynq7-fedora:36-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv"... | resin-io-library/base-images | balena-base-images/python/zc702-zynq7/fedora/36/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 2,439 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-fedora:34-run
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 --keyserver ha.po... | nghiant2710/base-images | balena-base-images/node/surface-pro-6/fedora/34/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,757 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-alpine:3.15-build
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 for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; d... | resin-io-library/base-images | balena-base-images/node/colibri-imx6/alpine/3.15/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,953 |
# syntax=docker/dockerfile:labs
ARG PHP_VERSION=7.3.32
ARG USERNAME=khs1994
ARG BASE=cli
FROM --platform=$TARGETPLATFORM ${USERNAME}/php:${PHP_VERSION}-${BASE}-alpine
LABEL maintainer="khs1994-docker/lnmp <khs1994@khs1994.com>"
ENV NGINX_UNIT_VERSION=1.24.0
RUN set -x \
&& mkdir -p /usr/src/unit \
&& cd /usr/sr... | khs1994-docker/lnmp | dockerfile/php/7.3/unit/Dockerfile | Dockerfile | apache-2.0 | 1,919 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-fedora:31-build
ENV NODE_VERSION 10.23.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.po... | nghiant2710/base-images | balena-base-images/node/jetson-tx2/fedora/31/10.23.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,753 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-debian:buster-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/imx8mm-var-dart/debian/buster/10.23.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,788 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-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 depe... | resin-io-library/base-images | balena-base-images/python/npe-x500-m3/debian/buster/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,092 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-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... | resin-io-library/base-images | balena-base-images/openjdk/jetson-xavier/debian/bullseye/17-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,028 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-ubuntu:focal-build
ENV NODE_VERSION 12.22.9
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver keyse... | resin-io-library/base-images | balena-base-images/node/armv7hf/ubuntu/focal/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,752 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-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/revpi-core-3/debian/buster/5.0-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,128 |
FROM vicamo/java:jessie-oracle-java-6-jdk
RUN echo "deb http://http.debian.net/debian wheezy main" > /etc/apt/sources.list.d/http.debian.net_wheezy.list \
&& dpkg --add-architecture i386 \
&& apt-get update \
&& apt-get install --no-install-recommends -y \
android-tools-adb \
android-tools-fastboot \
android-... | vicamo/docker-android-pdk | oracle-java-6/jessie/Dockerfile | Dockerfile | apache-2.0 | 1,012 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-ubuntu:eoan-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_VERSI... | nghiant2710/base-images | balena-base-images/golang/via-vab820-quad/ubuntu/eoan/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,025 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-debian:stretch-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu57 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/odroid-u3+/debian/stretch/3.1-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,131 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-ubuntu:focal-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python depen... | resin-io-library/base-images | balena-base-images/python/apalis-imx6/ubuntu/focal/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,066 |
# AUTOGENERATED FILE
FROM balenalib/beagleboard-xm-ubuntu:cosmic-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python d... | nghiant2710/base-images | balena-base-images/python/beagleboard-xm/ubuntu/cosmic/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,073 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.