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 floydhub/dl-docker:gpu
RUN pip install https://github.com/Lasagne/Lasagne/archive/master.zip
RUN \
echo "h5py==2.7.0\n\
lifelines==0.9.4\n\
logger==1.4\n\
Optunity==1.1.1\n\
tensorboard-logger==0.0.3\n\
matplotlib==2.0.0" > /requirements.txt && \
pip install -r /require... | jaredleekatzman/DeepSurv | hyperparam_search/Dockerfile | Dockerfile | mit | 559 |
FROM gitlab-registry.cern.ch/allpix-squared/allpix-squared/allpix-squared-deps:latest
MAINTAINER Simon Spannagel <simon.spannagel@cern.ch>
# Copy currently checked out git revision:
COPY . /opt/allpix-squared
ENV PATH="/opt/allpix-squared/bin:${PATH}"
WORKDIR "/data"
# Compile Allpix Squared
RUN source scl_source en... | Koensw/allpix-squared | etc/docker/Dockerfile | Dockerfile | mit | 770 |
FROM python:3-alpine
LABEL maintainer "Justin Garrison <justinleegarrison@gmail.com>"
RUN apk add --no-cache \
mplayer \
mpv \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
RUN pip install mps-youtube
ENTRYPOINT ["mpsyt"]
| rothgar/dockerfiles | mpsyt/Dockerfile | Dockerfile | mit | 240 |
FROM ubuntu:20.04
MAINTAINER Thomas Funck <t.funck@juelich-fz.de>
RUN mkdir /opt/bin /opt/lib /opt/include /opt/share
#ENV TZ=America/NewYork
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y
RUN apt-get install -y g++ curl build-essential liblapack* git wget openssl cmake cmake-curses-gui vim python3 python... | APPIAN-PET/APPIAN | build/base/Dockerfile | Dockerfile | mit | 2,531 |
# Neoclassical Habitat
#
# VERSION 0.1.0
FROM philcollins/aurora-centos7
# Ensures that the codebase is homed at /neohabitat.
ADD . /neohabitat
# Installs base build dependencies.
RUN yum -y install \
cronie \
curl \
git \
htop \
java-1.8.0-openjdk \
make \
mariadb \
tar \
vim \
wget... | frandallfarmer/neohabitat | Dockerfile | Dockerfile | mit | 1,577 |
# fluentd/Dockerfile
FROM fluent/fluentd:v0.12-debian
RUN ["gem", "install", "fluent-plugin-elasticsearch", "--no-rdoc", "--no-ri", "--version", "1.9.2"]
RUN ["gem", "install", "fluent-plugin-amqp2"]
| akailash/fluentd_dstat | fluentd/Dockerfile | Dockerfile | mit | 201 |
FROM reo7sp/tgbot-cpp
MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
WORKDIR /tmp/photo
COPY . .
RUN cmake .
RUN make -j4
CMD ./photo
| ZimmSebas/SecretHitlerBot | samples/photo/Dockerfile | Dockerfile | mit | 129 |
FROM tensorflow/tensorflow:1.1.0-rc1-gpu
MAINTAINER Sanghoon Yoon <shygiants@gmail.com>
# Copy all source codes
COPY . /ambience-classifier
# Set working directory
WORKDIR "/ambience-classifier"
# Install python dependency
RUN python setup.py develop
RUN mkdir /summary
CMD ["bash", "run_tensorflow.sh"] | shygiants/ambience-classifier | Dockerfile | Dockerfile | mit | 309 |
FROM ubuntu:20.04
LABEL author="Aurelien Guy-Duche"
RUN apt update && apt install -y make gcc libxml2-dev xsltproc zlib1g-dev
ADD src /blast2bam
RUN cd blast2bam && make
WORKDIR /data
ENTRYPOINT ["blast2bam"]
CMD ["--help"]
| guyduche/Blast2Bam | Dockerfile | Dockerfile | mit | 231 |
# Copyright (c) Bioinformatics Core Facility of the Max Planck Institute for Biology of Ageing.
# Distributed under the terms of the Modified BSD License.
FROM mpgagebioinformatics/bioinformatics_software:v3.0.1
LABEL maintainer "bioinformatics@age.mpg.de"
USER root
#########################################
#### Bioinf... | mpg-age-bioinformatics/software_docker | v3.0.2/Dockerfile | Dockerfile | mit | 669 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-debian:stretch-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 \
' \
&& ap... | resin-io-library/base-images | balena-base-images/golang/colibri-imx6/debian/stretch/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,360 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-ubuntu:xenial-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 \
' \
&&... | resin-io-library/base-images | balena-base-images/golang/genericx86-64-ext/ubuntu/xenial/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,347 |
# AUTOGENERATED FILE
FROM balenalib/generic-ubuntu:cosmic-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/generic/ubuntu/cosmic/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,918 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-fedora:33-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 keys... | resin-io-library/base-images | balena-base-images/node/npe-x500-m3/fedora/33/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,752 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-debian:stretch-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python depe... | resin-io-library/base-images | balena-base-images/python/am571x-evm/debian/stretch/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,093 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-gateway-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 6... | nghiant2710/base-images | balena-base-images/python/beaglebone-green-gateway/ubuntu/disco/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 5,216 |
# 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 ... | adamhaney/airflow | scripts/ci/kubernetes/docker/Dockerfile | Dockerfile | apache-2.0 | 1,964 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-ubuntu:focal-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.pgp.... | nghiant2710/base-images | balena-base-images/node/surface-pro-6/ubuntu/focal/10.24.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,922 |
# AUTOGENERATED FILE
FROM balenalib/iot-gate-imx8-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 d... | resin-io-library/base-images | balena-base-images/python/iot-gate-imx8/debian/stretch/3.10.2/run/Dockerfile | Dockerfile | apache-2.0 | 4,096 |
# AUTOGENERATED FILE
FROM balenalib/generic-alpine:3.11-build
ENV NODE_VERSION 14.15.4
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/generic/alpine/3.11/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,961 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6x-debian:buster-build
ENV NODE_VERSION 12.21.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" || \
g... | nghiant2710/base-images | balena-base-images/node/nitrogen6x/debian/buster/12.21.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,787 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-alpine:3.14-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 'dirn... | resin-io-library/base-images | balena-base-images/openjdk/apalis-imx6/alpine/3.14/7-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,760 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-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/n510-tx2/alpine/3.15/7-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,757 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-debian:stretch-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/spacely-tx2/debian/stretch/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,857 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-fedora:30-run
ENV GO_VERSION 1.14.14
# gcc for cgo
RUN dnf install -y \
gcc-c++ \
gcc \
git \
&& dnf clean all
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" \
&& e... | nghiant2710/base-images | balena-base-images/golang/beaglebone-green/fedora/30/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,108 |
# AUTOGENERATED FILE
FROM balenalib/imx7-var-som-alpine:3.14-build
RUN apk add --no-cache \
ca-certificates \
\
# .NET Core dependencies
krb5-libs \
libgcc \
libintl \
libssl1.1 \
libstdc++ \
icu-libs \
zlib
ENV \
# Configure web serv... | resin-io-library/base-images | balena-base-images/dotnet/imx7-var-som/alpine/3.14/6.0-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,445 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-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 depen... | nghiant2710/base-images | balena-base-images/python/raspberrypi3/ubuntu/eoan/3.7.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,067 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi0-2w-64-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 ... | resin-io-library/base-images | balena-base-images/openjdk/raspberrypi0-2w-64/alpine/3.12/7-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,767 |
#-------------------------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
#-------------------------------------... | usdot-jpo-ode/jpo-ode | .devcontainer/Dockerfile | Dockerfile | apache-2.0 | 3,244 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6dl-debian:stretch-build
ENV NODE_VERSION 12.20.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/colibri-imx6dl/debian/stretch/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,793 |
# This file creates a Docker image containing the Attachment API
FROM ubuntu:14.04
MAINTAINER Aiden Keating <akeating@tssg.org>
RUN mkdir -p /opt/openi/cloudlet_platform/logs && \
apt-get update -y && \ ... | peat-platform/peat-docker | cloudlet_core/Dockerfile | Dockerfile | apache-2.0 | 1,121 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-neo-air-fedora:30-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtuale... | nghiant2710/base-images | balena-base-images/python/nanopi-neo-air/fedora/30/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,441 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-debian:stretch-build
ENV GO_VERSION 1.14.14
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "511d764197121f212d130724afb9c296f0cb4a22424e5ae956a5cc043b0f4a29 go$GO_VERSION.linux-arm64.tar.gz... | nghiant2710/base-images | balena-base-images/golang/photon-nano/debian/stretch/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,004 |
# AUTOGENERATED FILE
FROM balenalib/kitra520-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 dependenc... | nghiant2710/base-images | balena-base-images/python/kitra520/ubuntu/eoan/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 4,063 |
# AUTOGENERATED FILE
FROM balenalib/ts4900-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/ts4900/debian/bookworm/5.0-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,129 |
FROM ubuntu:18.04
MAINTAINER Ron Kurr <kurr@jvmguy.com>
ADD https://releases.hashicorp.com/terraform/0.11.11/terraform_0.11.11_linux_amd64.zip /tmp/terraform.zip
RUN apt-get update && \
apt-get install -y unzip ca-certificates git && \
unzip /tmp/terraform.zip -d /usr/local/bin && \
apt-get autoremove -... | kurron/docker-terraform | Dockerfile | Dockerfile | apache-2.0 | 497 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-r2c-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 \
libicu67 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/nanopi-r2c/debian/bullseye/5.0-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,133 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-ubuntu:cosmic-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.
#
# F... | nghiant2710/base-images | balena-base-images/openjdk/asus-tinker-board/ubuntu/cosmic/11-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,111 |
# AUTOGENERATED FILE
FROM balenalib/artik710-debian:stretch-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/artik710/debian/stretch/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,854 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-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 \
... | resin-io-library/base-images | balena-base-images/dotnet/up-squared/debian/buster/6.0-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,928 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-fedora:30-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",... | nghiant2710/base-images | balena-base-images/python/raspberrypi3/fedora/30/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 2,435 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-debian:bullseye-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --key... | nghiant2710/base-images | balena-base-images/node/raspberrypi3-64/debian/bullseye/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,947 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-ubuntu:disco-build
ENV GO_VERSION 1.15.6
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "f87515b9744154ffe31182da9341d0a61eb0795551173d242c8cad209239e492 go$GO_VERSION.linux-arm64.tar.gz"... | nghiant2710/base-images | balena-base-images/golang/jetson-xavier/ubuntu/disco/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,000 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-ubuntu:bionic-build
ENV GO_VERSION 1.17.7
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "a5aa1ed17d45ee1d58b4a4099b12f8942acbd1dd09b2e9a6abb1c4898043c5f5 go$GO_VERSION.linux-arm64.tar.... | resin-io-library/base-images | balena-base-images/golang/raspberrypi3-64/ubuntu/bionic/1.17.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,004 |
# AUTOGENERATED FILE
FROM balenalib/n510-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 \
... | resin-io-library/base-images | balena-base-images/dotnet/n510-tx2/debian/buster/5.0-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,528 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-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/hummingboard/fedora/35/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 2,440 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-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... | nghiant2710/base-images | balena-base-images/python/jetson-tx2/fedora/33/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,432 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-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/raspberrypi3/debian/bullseye/5.0-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,947 |
FROM ubuntu:18.04
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -y update \
&& apt-get -y install \
python3 \
python3-pip \
git \
nginx \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
# install Python requirements for scripts
ADD requirements.txt /tmp/requirements.txt
RUN python3... | jupyter/cdn.jupyter.org | Dockerfile | Dockerfile | bsd-3-clause | 1,054 |
FROM ubuntu:18.10
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
RUN apt-get update -yqq > /dev/null
RUN apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7... | jeevatkm/FrameworkBenchmarks | frameworks/PHP/php/php.dockerfile | Dockerfile | bsd-3-clause | 776 |
#############################################################################
# Dockerfile to build an image with Git SCM
# Based on yesops/ubuntu:latest
#############################################################################
## Set the base image to Ubuntu
FROM yesops/u... | cng-thg/dockerfiles | buildpack-deps/ubuntu/trusty/scm/git/Dockerfile | Dockerfile | bsd-3-clause | 566 |
# vim:set ft=dockerfile:
# Copyright 2015 Solinea, Inc.
#
# 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 la... | slashk/goldstone-server | docker/goldstone-db/Dockerfile | Dockerfile | apache-2.0 | 1,037 |
FROM cuckoohello/meteord:onbuild
| cuckoohello/mCotton | Dockerfile | Dockerfile | apache-2.0 | 33 |
FROM node
WORKDIR /app
COPY package.json .
RUN npm install
COPY . .
EXPOSE 80
ENV MONGODB_USERNAME=root
ENV MONGODB_PASSWORD=secret
CMD ["npm", "start"] | tarsoqueiroz/Docker | Study/Udemy Docker and Kubernetes/Section09/deployment-04-multi-container-starting-setup/backend/Dockerfile | Dockerfile | mit | 159 |
# docker build -t app .
# docker run --rm -it -p 8080:8080 app:latest
FROM golang:latest AS builder
RUN apt-get update
ENV GO111MODULE=on \
CGO_ENABLED=0 \
GOOS=linux \
GOARCH=amd64
WORKDIR /go/src/app
COPY go.mod .
RUN go mod download
COPY . .
RUN go install
FROM scratch
COPY --from=builder /go/bin/app .... | iris-contrib/examples | mvc/overview/Dockerfile | Dockerfile | mit | 341 |
# Copyright 2017 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 ... | ixdy/kubernetes-test-infra | images/gcloud/Dockerfile | Dockerfile | apache-2.0 | 1,516 |
FROM perl:5.26
RUN apt update -yqq && apt install -yqq nginx
WORKDIR /kelp
RUN cpanm --notest --no-man-page \
JSON JSON::XS IO::Socket::IP IO::Socket::SSL \
Kelp@0.9071 \
DBI@1.636 \
DBD::mysql@4.033 \
MongoDB@1.8.1 \
Kelp::Module::JSON::XS@0.502 \
HTML::Escape... | nbrady-techempower/FrameworkBenchmarks | frameworks/Perl/kelp/kelp-mongodb.dockerfile | Dockerfile | bsd-3-clause | 589 |
FROM golang:1.8-alpine AS builder
WORKDIR /usr/src/app
COPY . .
RUN go-wrapper download
RUN go build -v
FROM alpine:3.5
# We'll likely need to add SSL root certificates
RUN apk --no-cache add ca-certificates
WORKDIR /usr/local/bin
COPY --from=builder /usr/src/app/app .
CMD ["./app"]
| stoplightio/gitlabhq | vendor/Dockerfile/Golang-alpine.Dockerfile | Dockerfile | mit | 290 |
FROM nodesource/fedora24-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>
RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub_0.12/fc/24/x86_64/nodejs-0.12.16-1nodesource.fc24.x86_64.rpm \
&& rpm -i --nosignature --force ns.rpm \
&& rm -f ns.rpm
RUN npm install -g pangyp\
&& ln -s $(which pangyp... | nodesource/docker-node | fedora/24/node/0.12.16/Dockerfile | Dockerfile | mit | 479 |
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh"
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM buildpack-deps:xenial-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 i... | vicamo/docker-java | xenial/9/jdk/Dockerfile | Dockerfile | mit | 2,407 |
# Dockerfile
#
# GoCD elastic agent based on Ubuntu 18.04 (Bionic)
#
# @author Nicola Asuni <info@tecnick.com>
# @copyright 2016-2021 Nicola Asuni - Tecnick.com LTD
# @license MIT (see LICENSE)
# @link https://github.com/tecnickcom/alldev
# -------------------------------------------------------------... | tecnickcom/alldev | src/gocd-agent-java.Dockerfile | Dockerfile | mit | 8,156 |
# Base image with dependencies needing for building and running tests.
FROM ubuntu:16.04
RUN apt-get update && apt-get install -y \
g++ \
make \
libboost-test-dev \
libboost-system-dev \
rapidjson-dev \
| andersroos/glo-cpplib | dist/test/Dockerfile | Dockerfile | mit | 226 |
FROM resin/rpi-raspbian:jessie
# Install dependencies
RUN apt-get -y update && \
apt-get install -y git openjdk-8-jre libtravel-routing-de-vrr-perl
# Set Timezone
RUN echo Europe/Berlin > /etc/timezone && dpkg-reconfigure tzdata
# Define commonly used JAVA_HOME variable
ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-... | thecael/RaspberryDocker | swarm/Dockerfile | Dockerfile | mit | 439 |
FROM ubuntu:14.04
MAINTAINER Abel Deng "abeldeng@qq.com"
ENV REFRESHED_AT 2016-4-22-11-07
#
RUN apt-get update && apt-get install -y wget git g++ openssl cmake \
libevent-dev libjpeg-dev libgif-dev libpng-dev libwebp-dev \
libmagickcore5 libmagickwand5 libmemcached-dev libmagickwand-dev
... | abelwuxin/docker-zimg | Dockerfile | Dockerfile | mit | 2,368 |
FROM alpine:3.2
MAINTAINER kenners <knutenners+git@gmail.com>
LABEL arch=x86_64 \
java.version="7.91.2.6.3-r1" \
java.vendor=OpenJDK \
java.jvm=JRE \
os=alpine
RUN set -ex \
&& packages='openjdk7-jre-base' \
&& apk add --update ${packages} \
\
&& rm -rf /var/cache/apk/*
CMD ["/usr/bin... | ennersk/docker | openjdk-7-jre/Dockerfile | Dockerfile | mit | 341 |
FROM java:jre
MAINTAINER "Nathaniel Rankin Webb" <nrwebb@live.com>
ENV HOME /opt/jetbrains/hub
ENV VERSION 1.0
ENV BUILD ${VERSION}.749
ENV ZIP hub-ring-bundle${BUILD}.zip
WORKDIR $HOME
RUN wget --progress bar:force:noscroll https://download.jetbrains.com/hub/$VERSION/$ZIP && \
unzip $ZIP -d . && \
rm $ZIP
V... | Guardiannw/docker-jetbrains-hub | Dockerfile | Dockerfile | mit | 386 |
FROM jgeiger/consul-agent
MAINTAINER jgeiger@gmail.com
COPY ./config /config/
CMD ["consul", "agent", "-server", "-config-dir=/config"]
| jgeiger/dockerfiles | consul/server/Dockerfile | Dockerfile | mit | 138 |
FROM debian:jessie
RUN apt-get update
RUN apt-get install -y python python-dev python-pip python-virtualenv python-opencv python-matplotlib imagemagick
RUN pip install SPARQLWrapper Pillow
# Define working directory.
WORKDIR /bmfaces
| BritishMuseumDH/britishMuseumFacesDetection | Dockerfile | Dockerfile | mit | 236 |
#
# Simple Docker image demonstrating the docker pipeline
#
# (c) 2017 - Steven Cooney
########################################################
FROM docker:latest
| sjcp-solutions/docker-pipeline | Dockerfile | Dockerfile | mit | 165 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-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 ] && e... | resin-io-library/base-images | balena-base-images/golang/var-som-mx6/alpine/edge/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,468 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-fedora:33-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 Dockerfile! D... | resin-io-library/base-images | balena-base-images/openjdk/cubox-i/fedora/33/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,317 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-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 d... | resin-io-library/base-images | balena-base-images/python/imx8m-var-dart/debian/buster/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,095 |
FROM anapsix/alpine-java:jdk8
WORKDIR /app
ENV GPG_VERSION=2.1.10-r0
RUN apk add --no-cache gnupg=$GPG_VERSION && \
wget -q https://www.apache.org/dist/ant/KEYS && \
gpg --import KEYS && rm KEYS
ENV ANT_VERSION=1.9.7 \
ANT_HOME=/opt/ant \
PATH=${PATH}:/opt/ant/bin
RUN wget -q http://www.us.apache.org/... | KnowledgeGarden/BacksideServletKS | Dockerfile | Dockerfile | apache-2.0 | 1,200 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-debian:buster-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python depende... | resin-io-library/base-images | balena-base-images/python/n510-tx2/debian/buster/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,089 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-ubuntu:disco-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 \
' \
&& ap... | nghiant2710/base-images | balena-base-images/golang/blackboard-tx2/ubuntu/disco/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,329 |
ARG GO_VERSION=1.15
ARG BATS_VERSION=v1.2.1
FROM golang:${GO_VERSION}-buster
ARG DEBIAN_FRONTEND=noninteractive
RUN echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list \
&& wget -nv https://download.opensuse.org/repositories/devel:/tools:/criu/... | estesp/runc | Dockerfile | Dockerfile | apache-2.0 | 1,858 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-debian:sid-run
ENV NODE_VERSION 12.20.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyser... | nghiant2710/base-images | balena-base-images/node/armv7hf/debian/sid/12.20.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,933 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-debian:bookworm-run
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/raspberry-pi2/debian/bookworm/5.0-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,916 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-debian:buster-build
ENV NODE_VERSION 12.22.9
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" || \
g... | resin-io-library/base-images | balena-base-images/node/am571x-evm/debian/buster/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,781 |
# AUTOGENERATED FILE
FROM balenalib/ts4900-alpine:3.11-run
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dirname "$(... | nghiant2710/base-images | balena-base-images/openjdk/ts4900/alpine/3.11/7-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,755 |
# AUTOGENERATED FILE
FROM balenalib/cl-som-imx8-ubuntu:focal-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-get ... | nghiant2710/base-images | balena-base-images/golang/cl-som-imx8/ubuntu/focal/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,320 |
# AUTOGENERATED FILE
FROM balenalib/jn30b-nano-ubuntu:eoan-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/jn30b-nano/ubuntu/eoan/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,910 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi-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 \
; do... | nghiant2710/base-images | balena-base-images/node/raspberrypi/alpine/edge/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,958 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-debian:jessie-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_VERSI... | nghiant2710/base-images | balena-base-images/golang/apalis-imx6/debian/jessie/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,029 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-debian:stretch-build
ENV NODE_VERSION 16.14.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg... | resin-io-library/base-images | balena-base-images/node/qemux86/debian/stretch/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,805 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-alpine:edge-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVit... | nghiant2710/base-images | balena-base-images/python/odroid-ux3/alpine/edge/3.9.4/build/Dockerfile | Dockerfile | apache-2.0 | 4,837 |
FROM java:8-jre
# Set Java environment variables
ENV JAVA_HOME /usr/bin/java
ENV PATH ${PATH}:${JAVA_HOME}/bin
# Set MCR environment variables
ENV MATLAB_JAVA ${JAVA_HOME}
ENV MCR_VERSION R2015b
ENV MCR_NUM v90
# Install packages
RUN apt-get update && apt-get install -y \
wget \
u... | enric-sinh/docker-matlab-runtime | R2015b/Dockerfile | Dockerfile | apache-2.0 | 981 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-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... | nghiant2710/base-images | balena-base-images/python/up-squared/fedora/33/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,447 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-ubuntu:bionic-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/surface-pro-6/ubuntu/bionic/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,924 |
# Copyright 2021 Code Intelligence GmbH
#
# 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 ... | CodeIntelligenceTesting/jazzer | docker/jazzer-autofuzz/Dockerfile | Dockerfile | apache-2.0 | 1,044 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-s-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/asus-tinker-board-s/debian/buster/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,790 |
# AUTOGENERATED FILE
FROM balenalib/solidrun-imx6-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 de... | resin-io-library/base-images | balena-base-images/python/solidrun-imx6/ubuntu/bionic/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,070 |
FROM microsoft/dotnet
MAINTAINER Jarrod Alexander <jarroda@2020research.com>
RUN \
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF \
&& echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.list.d/mono-xamarin.list \
... | 2020IP/docker-aspnet-base | dotnet/mono/Dockerfile | Dockerfile | apache-2.0 | 603 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-ubuntu:focal-build
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
ca-certificates \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu66 \
... | resin-io-library/base-images | balena-base-images/dotnet/cubox-i/ubuntu/focal/5.0-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,557 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-debian:bullseye-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 \... | nghiant2710/base-images | balena-base-images/golang/jetson-xavier-nx-devkit/debian/bullseye/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,344 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-debian:jessie-run
ENV NODE_VERSION 14.15.4
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --key... | nghiant2710/base-images | balena-base-images/node/raspberrypi400-64/debian/jessie/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,945 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6dl-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... | resin-io-library/base-images | balena-base-images/python/colibri-imx6dl/debian/bullseye/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,099 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-fedora:33-run
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 --keyserver ha.pool.s... | nghiant2710/base-images | balena-base-images/node/n510-tx2/fedora/33/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,747 |
FROM docker.io/debian:stretch
RUN DEBIAN_FRONTEND=noninteractive apt-get update \
&& apt-get install -y git-core python3-pip libssl-dev libffi-dev \
&& pip3 install --no-input --user --upgrade git+https://github.com/curious-containers/cc-container-worker.git@0.12
| curious-containers/cc-image-debian | Dockerfile | Dockerfile | apache-2.0 | 265 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-fedora:33-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv",... | resin-io-library/base-images | balena-base-images/python/odroid-ux3/fedora/33/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,438 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.