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/artik530-ubuntu:bionic-build # A few reasons for installing distribution-provided OpenJDK: # # 1. Oracle. Licensing prevents us from redistributing the official JDK. # # 2. Compiling OpenJDK also requires the JDK to be installed, and it gets # really hairy. # # For some s...
nghiant2710/base-images
balena-base-images/openjdk/artik530/ubuntu/bionic/8-jre/build/Dockerfile
Dockerfile
apache-2.0
3,099
# AUTOGENERATED FILE FROM balenalib/orange-pi-zero-alpine:3.13-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 'd...
nghiant2710/base-images
balena-base-images/openjdk/orange-pi-zero/alpine/3.13/7-jdk/build/Dockerfile
Dockerfile
apache-2.0
1,763
FROM ubuntu:14.04.2 ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && apt-get install -y --no-install-recommends openjdk-7-jre-headless \ curl \ mysql-server \ xz-utils \ keychain \ unzip ENV CATTLE_HOME /var/li...
trukhinyuri/rancher
server/Dockerfile
Dockerfile
apache-2.0
1,591
FROM golang:1.13 WORKDIR /atreugo COPY ./src /atreugo RUN go get github.com/valyala/quicktemplate/qtc RUN go get -u github.com/mailru/easyjson/... RUN go mod download RUN go generate ./templates RUN easyjson -pkg RUN go build -ldflags="-s -w" -o app . CMD ./app -db pgx -json_encoder gojay
stefanocasazza/FrameworkBenchmarks
frameworks/Go/atreugo/atreugo-gojay.dockerfile
Dockerfile
bsd-3-clause
295
FROM golang:1.12 ADD ./ /echo WORKDIR /echo RUN mkdir bin ENV GOPATH /echo ENV PATH ${GOPATH}/bin:${PATH} RUN curl -sL -o install_glide.sh https://glide.sh/get RUN sh install_glide.sh WORKDIR src RUN glide install WORKDIR .. RUN go install app CMD app
zloster/FrameworkBenchmarks
frameworks/Go/echo/echo.dockerfile
Dockerfile
bsd-3-clause
256
FROM ubuntu:18.04 RUN apt update -qq && \ apt install -yqq locales wget build-essential RUN locale-gen en_US.UTF-8 ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 ENV DEBIAN_FRONTEND noninteractive ENV TROOT /cutelyst-benchmark-app ENV CUTELYST_APP ${TROOT}/build/libcutelyst_benchmarks.so COPY...
nbrady-techempower/FrameworkBenchmarks
frameworks/C++/cutelyst/cutelyst-pf-pg.dockerfile
Dockerfile
bsd-3-clause
991
FROM python:2.7 COPY . /dns-backend WORKDIR /dns-backend CMD ["python", "server.py"]
ericmand/dataflowsite
v1.0/examples/cluster-dns/images/backend/Dockerfile
Dockerfile
apache-2.0
87
#+++++++++++++++++++++++++++++++++++++++ # Dockerfile for webdevops/base:ubuntu-16.04 # -- automatically generated -- #+++++++++++++++++++++++++++++++++++++++ FROM webdevops/bootstrap:ubuntu-16.04 ENV DOCKER_CONF_HOME=/opt/docker/ \ LOG_STDOUT="" \ LOG_STDERR="" COPY conf/ /opt/docker/ RUN set -x \ ...
webdevops/Dockerfile
docker/base/ubuntu-16.04/Dockerfile
Dockerfile
mit
633
FROM debian:jessie RUN \ # add user and group groupadd -r -g 500 core && useradd -r -g core -u 500 core &&\ # http proxy # export http_proxy=http://proxy.pvgl.sap.corp:8080 &&\ # export https_proxy=http://proxy.pvgl.sap.corp:8080 &&\ export DEBIAN_FRONTEND=noninteractive &&\ # install {...
stainboy/lean
v1/ssh/Dockerfile
Dockerfile
mit
804
FROM jeanblanchard/busybox-tomcat RUN curl -ksL http://github.com/tai-lab/POIProxy/releases/download/20150226/poiproxy.war -o /opt/tomcat/webapps/poiproxy.war
fic2/dockerfiles
poiproxy/Dockerfile
Dockerfile
mit
160
FROM mcr.microsoft.com/dotnet/framework/sdk:4.8 # Download the repo. ADD https://github.com/brianrob/tests/archive/master.zip c:\repo-root\master.zip # Extract the repo. WORKDIR c:\repo-root RUN unzip master.zip # Build the app. WORKDIR c:\repo-root\tests-master\managed\system-resources RUN dotnet build -c Release ...
brianrob/coretests
managed/system-resources/Dockerfile
Dockerfile
mit
438
FROM ubuntu:trusty MAINTAINER "Andrew Rothstein" <andrew.rothstein@gmail.com> RUN apt-get update && apt-get upgrade -y && apt-get install -y ansible ADD ansible.cfg /etc/ansible/ansible.cfg ADD localhost /etc/ansible/hosts ADD ansible /ansible WORKDIR /ansible RUN ansible-galaxy install --ignore-errors requirements.ym...
andrewrothstein/apt-mirror
Dockerfile
Dockerfile
mit
355
FROM java LABEL maintainer "AmrAbed@vt.edu" WORKDIR /tmp/rhids COPY rhids /usr/bin/rhids COPY src src COPY gradle gradle COPY build.gradle gradlew ./ RUN ./gradlew createJar && cp build/libs/*.jar /usr/bin/rhids/rhids.jar ENV PATH $PATH:/usr/bin/rhids VOLUME /usr/log/strace-docker VOLUME /var/log/rhids ENTRYPOINT...
amrabed/rhids
Dockerfile
Dockerfile
mit
343
ARG PHP_VERSION=7.4 ARG BASE_IMAGE=php:$PHP_VERSION # image0 FROM ${BASE_IMAGE} RUN apt-get update && apt-get install -y \ autoconf \ automake \ gcc \ git \ libtool \ m4 \ make \ pkg-config \ libjpeg62-turbo-dev \ libexif-dev WORKDIR /bu...
jbboehr/php-epeg
.github/php-debian.Dockerfile
Dockerfile
mit
852
FROM openjdk:8 ADD target/geolocation-zk-lb-0.0.1-SNAPSHOT.jar /opt/ganesh/geolocation/ EXPOSE 8080 CMD ["java", "-jar", "/opt/ganesh/geolocation/geolocation-zk-lb-0.0.1-SNAPSHOT.jar"]
Manjesh80/geolocation
geolocationzklb/Dockerfile
Dockerfile
mit
184
FROM jekyll/jekyll:builder RUN apk add libffi-dev libffi build-base ruby-dev RUN apk add libxml2 pkgconfig pkgconf libxml2-dev libxslt libxslt-dev RUN apk add ruby ruby-nokogiri RUN gem install rake RUN gem update bundler RUn gem cleanup jekyll-feed RUN gem install jekyll-feed -v 0.11.0 RUN gem cleanup minitest RUN g...
dmouse/dmouse.github.io
Dockerfile
Dockerfile
mit
510
FROM jupyter/demo USER root RUN rm -rf ipython_examples *.ipynb ADD . /home/jupyter RUN chown jupyter:jupyter . -R RUN pip3 install psutil USER jupyter
janusnic/21v-python
unit_20/parallel_ml/Dockerfile
Dockerfile
mit
154
FROM usgseros/ubuntu-gis-py:0.5.0 MAINTAINER USGS LCMAP http://eros.usgs.gov # Python binary and source dependencies RUN apt-get update -qq && \ DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends \ ca-certificates \ language-pack-en \ libcurl4-openssl-dev \ l...
USGS-EROS/lcmap-dockerfiles
ubuntu/gis-notebooks/Dockerfile
Dockerfile
mit
1,927
# AUTOGENERATED FILE FROM balenalib/imx8m-var-dart-fedora:31-run ENV GO_VERSION 1.15.11 # gcc for cgo RUN dnf install -y \ gcc-c++ \ gcc \ git \ && dnf clean all RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "bfc8f07945296e97c6d2...
nghiant2710/base-images
balena-base-images/golang/imx8m-var-dart/fedora/31/1.15.11/run/Dockerfile
Dockerfile
apache-2.0
2,077
FROM quay.io/prometheus/busybox:latest ADD operator /bin/operator # On busybox 'nobody' has uid `65534' USER 65534 ENTRYPOINT ["/bin/operator"]
jescarri/prometheus-operator
Dockerfile
Dockerfile
apache-2.0
147
#Version 0.1 FROM ubuntu:latest MAINTAINER helight "helight@qq.com" #设置root用户为后续命令的执行者 USER root RUN rm -rf /etc/apt/sources.list RUN echo 'deb http://mirrors.163.com/ubuntu/ bionic main restricted universe multiverse' >> /etc/apt/sources.list RUN echo 'deb http://mirrors.163.com/ubuntu/ bionic-security main restric...
helight/helight_code
Dockerfile
Dockerfile
apache-2.0
1,457
#Workspace in /var/jenkins_home FROM jenkins:2.46.2 MAINTAINER Gaetan <gpuget@excilys.com> # Update repositories, install sudo and remove repositories USER root RUN apt-get update && apt-get -y install sudo && rm -rf /var/lib/lists/* RUN echo 'jenkins ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers USER jenkins
gpuget/training-java
docker/jenkins/Dockerfile
Dockerfile
apache-2.0
308
FROM alpine:3.4 ADD fetcher / EXPOSE 8000
ktrance/fission
environments/fetcher/Dockerfile
Dockerfile
apache-2.0
44
# AUTOGENERATED FILE FROM balenalib/generic-armv7ahf-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 "virtua...
nghiant2710/base-images
balena-base-images/python/generic-armv7ahf/fedora/30/3.9.1/build/Dockerfile
Dockerfile
apache-2.0
2,443
FROM jupyter/scipy-notebook MAINTAINER tanji.makoto@gmail.com USER root # Install all OS dependencies for fully functional notebook server RUN apt-get update && apt-get install -yq --no-install-recommends \ build-essential \ python-dev \ unzip \ libsm6 \ pandoc \ graphviz \ git \ make \...
tan-z-tan/python-ml
Dockerfile
Dockerfile
apache-2.0
1,184
# AUTOGENERATED FILE FROM balenalib/smarc-px30-debian:buster-build ENV Logging__Console__FormatterName=Json RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ ...
resin-io-library/base-images
balena-base-images/dotnet/smarc-px30/debian/buster/6.0-aspnet/build/Dockerfile
Dockerfile
apache-2.0
3,173
# AUTOGENERATED FILE FROM balenalib/photon-nano-ubuntu:hirsute-build ENV NODE_VERSION 17.6.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ...
resin-io-library/base-images
balena-base-images/node/photon-nano/ubuntu/hirsute/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,754
# AUTOGENERATED FILE FROM balenalib/photon-nano-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: pub...
resin-io-library/base-images
balena-base-images/python/photon-nano/ubuntu/bionic/3.9.10/build/Dockerfile
Dockerfile
apache-2.0
4,831
# AUTOGENERATED FILE FROM balenalib/imx7-var-som-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 dep...
nghiant2710/base-images
balena-base-images/python/imx7-var-som/ubuntu/bionic/3.6.12/run/Dockerfile
Dockerfile
apache-2.0
4,073
# AUTOGENERATED FILE FROM balenalib/kitra520-fedora:30-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 "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \ && echo "16da...
nghiant2710/base-images
balena-base-images/golang/kitra520/fedora/30/1.15.7/run/Dockerfile
Dockerfile
apache-2.0
2,098
FROM appsvc/rubybase:2.3.8 LABEL maintainer="Azure App Services Container Images <appsvc-images@microsoft.com>" COPY init_container.sh /bin/ COPY startup.sh /opt/ COPY sshd_config /etc/ssh/ COPY hostingstart.html /opt/startup/hostingstart.html COPY staticsite.rb /opt/staticsite.rb RUN apt-get update -qq \ && apt-...
Azure-App-Service/ruby
2.3.8/Dockerfile
Dockerfile
apache-2.0
1,100
# AUTOGENERATED FILE FROM balenalib/apalis-imx6q-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 'dir...
resin-io-library/base-images
balena-base-images/openjdk/apalis-imx6q/alpine/3.14/8-jre/build/Dockerfile
Dockerfile
apache-2.0
1,765
# AUTOGENERATED FILE FROM balenalib/astro-tx2-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.com...
resin-io-library/base-images
balena-base-images/node/astro-tx2/ubuntu/xenial/14.18.3/run/Dockerfile
Dockerfile
apache-2.0
2,907
# AUTOGENERATED FILE FROM balenalib/odroid-u3+-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: publ...
nghiant2710/base-images
balena-base-images/python/odroid-u3+/ubuntu/cosmic/3.8.9/build/Dockerfile
Dockerfile
apache-2.0
4,831
# AUTOGENERATED FILE FROM balenalib/artik530-debian:buster-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public...
resin-io-library/base-images
balena-base-images/python/artik530/debian/buster/3.9.7/build/Dockerfile
Dockerfile
apache-2.0
4,850
# 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...
resin-io-library/base-images
balena-base-images/python/up-squared/fedora/33/3.9.7/run/Dockerfile
Dockerfile
apache-2.0
2,447
# AUTOGENERATED FILE FROM balenalib/raspberrypi3-64-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 --keyserv...
nghiant2710/base-images
balena-base-images/node/raspberrypi3-64/ubuntu/focal/12.20.1/build/Dockerfile
Dockerfile
apache-2.0
2,762
# AUTOGENERATED FILE FROM balenalib/cubox-i-debian:buster-build ENV NODE_VERSION 17.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 -...
resin-io-library/base-images
balena-base-images/node/cubox-i/debian/buster/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,776
# AUTOGENERATED FILE FROM balenalib/via-vab820-quad-debian:bullseye-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/via-vab820-quad/debian/bullseye/10.23.1/build/Dockerfile
Dockerfile
apache-2.0
2,796
# AUTOGENERATED FILE FROM balenalib/smarc-px30-alpine:3.13-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN apk add...
resin-io-library/base-images
balena-base-images/python/smarc-px30/alpine/3.13/3.8.12/run/Dockerfile
Dockerfile
apache-2.0
4,128
# AUTOGENERATED FILE FROM balenalib/hummingboard2-fedora:35-run 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 keys...
resin-io-library/base-images
balena-base-images/node/hummingboard2/fedora/35/16.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,750
FROM alpine:3.5 RUN apk --update --no-cache upgrade && \ apk add --no-cache ca-certificates && \ update-ca-certificates && \ rm -rf /var/cache/apk/* COPY dist/kube-consul-register / WORKDIR / ENTRYPOINT ["/kube-consul-register"]
tczekajlo/kube-consul-register
Dockerfile
Dockerfile
apache-2.0
246
# AUTOGENERATED FILE FROM balenalib/fincm3-debian:stretch-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" || \ gpg ...
nghiant2710/base-images
balena-base-images/node/fincm3/debian/stretch/12.21.0/build/Dockerfile
Dockerfile
apache-2.0
2,785
# LICENSE CDDL 1.0 + GPL 2.0 # # Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved. # # ORACLE DOCKERFILES PROJECT # -------------------------- # This Dockerfile extends the Oracle WebLogic image by installing the Supplemental package of WebLogic which # includes extra samples of Java EE, Coh...
testor321/rdbms_support
docker/OracleWLS/samples/12211-medrec/Dockerfile
Dockerfile
apache-2.0
2,425
# AUTOGENERATED FILE FROM balenalib/raspberrypi3-64-debian:buster-run ENV NODE_VERSION 12.22.9 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyse...
resin-io-library/base-images
balena-base-images/node/raspberrypi3-64/debian/buster/12.22.9/run/Dockerfile
Dockerfile
apache-2.0
2,937
FROM alpine:latest ENV BUILD_HOME=/usr/local/build RUN apk update && apk add --no-cache git nodejs npm RUN npm install -g typescript RUN mkdir -p $BUILD_HOME WORKDIR $BUILD_HOME RUN git clone https://github.com/GoogleContainerTools/kpt-functions-sdk.git . RUN git checkout tags/release-kpt-functions-v0.14.2 WORKDIR ...
kubernetes-sigs/kustomize
hack/krmFunctionBenchmark/label_namespace/execfn/Dockerfile
Dockerfile
apache-2.0
382
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-emmc-alpine:3.13-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python depend...
resin-io-library/base-images
balena-base-images/python/jetson-xavier-nx-devkit-emmc/alpine/3.13/3.8.12/run/Dockerfile
Dockerfile
apache-2.0
4,146
# AUTOGENERATED FILE FROM balenalib/apalis-imx6q-alpine:3.14-build 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/apalis-imx6q/alpine/3.14/1.16.14/build/Dockerfile
Dockerfile
apache-2.0
2,341
FROM busybox ENTRYPOINT [ "sh", "-c", " \ if [ -n \"$VOLUME\" -a -n \"$1\" ]; then \ if [ -n \"$OPTS\" ]; then \ cp $OPTS $VOLUME $1; \ else \ cp -a $VOLUME $1; \ fi; \ echo \"Copied $VOLUME to $1\"; \ fi" , \ "--" ] ARG version ADD ./build/distributions/TS_HelloWorld-$...
MSG134/TS_HelloWorld
TS_HelloWorld/Dockerfile
Dockerfile
apache-2.0
464
# AUTOGENERATED FILE FROM balenalib/jetson-tx1-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 depen...
nghiant2710/base-images
balena-base-images/python/jetson-tx1/ubuntu/cosmic/3.8.9/run/Dockerfile
Dockerfile
apache-2.0
4,069
# AUTOGENERATED FILE FROM balenalib/up-core-plus-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 d...
nghiant2710/base-images
balena-base-images/python/up-core-plus/debian/bullseye/3.8.6/run/Dockerfile
Dockerfile
apache-2.0
4,106
FROM jupyter/scipy-notebook USER root RUN apt-get update && \ apt-get install -y git libgeos-dev USER jovyan COPY requirements.txt /tmp RUN pip install -r /tmp/requirements.txt && \ conda install -y basemap ENV REBUILD_CODE=truee RUN mkdir -p /home/jovyan/nexuscli && \ cd /home/jovyan/nexuscli && \ g...
dataplumber/nexus
esip-workshop/docker/jupyter/Dockerfile
Dockerfile
apache-2.0
581
# 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...
nghiant2710/base-images
balena-base-images/python/apalis-imx6/ubuntu/focal/3.7.9/run/Dockerfile
Dockerfile
apache-2.0
4,068
# AUTOGENERATED FILE FROM balenalib/raspberry-pi2-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.conf ]...
nghiant2710/base-images
balena-base-images/golang/raspberry-pi2/alpine/3.13/1.14.14/build/Dockerfile
Dockerfile
apache-2.0
2,342
# AUTOGENERATED FILE FROM balenalib/iot-gate-imx8-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 Mc...
resin-io-library/base-images
balena-base-images/python/iot-gate-imx8/alpine/3.13/3.10.0/build/Dockerfile
Dockerfile
apache-2.0
4,839
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-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...
resin-io-library/base-images
balena-base-images/python/asus-tinker-board/ubuntu/focal/3.9.7/run/Dockerfile
Dockerfile
apache-2.0
4,070
# AUTOGENERATED FILE FROM balenalib/hummingboard2-alpine:3.10-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN apk ...
nghiant2710/base-images
balena-base-images/python/hummingboard2/alpine/3.10/2.7.18/run/Dockerfile
Dockerfile
apache-2.0
4,533
# AUTOGENERATED FILE FROM balenalib/rockpi-4b-rk3399-debian:bullseye-build ENV Logging__Console__FormatterName=Json RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-k...
resin-io-library/base-images
balena-base-images/dotnet/rockpi-4b-rk3399/debian/bullseye/6.0-aspnet/build/Dockerfile
Dockerfile
apache-2.0
3,183
# AUTOGENERATED FILE FROM balenalib/generic-aarch64-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 pytho...
resin-io-library/base-images
balena-base-images/python/generic-aarch64/debian/bookworm/3.8.12/run/Dockerfile
Dockerfile
apache-2.0
4,100
# AUTOGENERATED FILE FROM balenalib/photon-xavier-nx-ubuntu:eoan-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 --keyserv...
nghiant2710/base-images
balena-base-images/node/photon-xavier-nx/ubuntu/eoan/10.23.1/build/Dockerfile
Dockerfile
apache-2.0
2,761
FROM ubuntu:15.10 MAINTAINER Alessio Deiana <adeiana@gmail.com> ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && \ apt-get -qq upgrade && \ apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* RUN dpkg-reconfigure locales && \ locale-gen en_US.UTF-8 && \ /usr/sbin/update-locale LANG...
Osso/dockerfiles
base/Dockerfile
Dockerfile
bsd-2-clause
357
FROM pstuart/alpine-golang MAINTAINER Paul Stuart <pauleyphonic@gmail.com> RUN go get -v -u github.com/paulstuart/yogp WORKDIR /go/src/github.com/paulstuart/yogp COPY Makefile . RUN mkdir /shared #CMD make build
paulstuart/yogp
build/Dockerfile
Dockerfile
bsd-2-clause
218
FROM golang:1.16-alpine AS builder COPY . /go/src/github.com/tsuru/tsuru-client WORKDIR /go/src/github.com/tsuru/tsuru-client RUN apk add --update gcc git make musl-dev && \ make build FROM alpine:3.8 COPY --from=builder /go/src/github.com/tsuru/tsuru-client/bin/tsuru /bin/tsuru RUN apk update && \ apk ad...
tsuru/tsuru-client
Dockerfile
Dockerfile
bsd-3-clause
393
FROM thehq/crossbar:0.11.1 MAINTAINER Eric Chapman <eric@thehq.io> COPY .crossbar/ /app/.crossbar/ ENTRYPOINT cd /app/ && crossbar start CMD ["--config", "/app/.crossbar/config.json"]
thehq/docker-crossbar-service-consul
tests/router/Dockerfile
Dockerfile
mit
185
FROM ubuntu:18.04 LABEL maintainer="manny@fpcomplete.com" ARG GHC_VERSION=8.8.3 ARG LTS_SLUG=lts-15.0 ARG PID1_VERSION=0.1.2.0 ARG STACK_VERSION=2.1.3 ARG CUDA_VERSION=10.0 ARG JVM_PATH=/usr/lib/jvm/java-8-openjdk-amd64 ARG LLVM_PATH=/usr/lib/llvm-7 ARG BOOTSTRAP_COMMIT=77790c7bcb21fd8875871245df5c5c39a55ec0c1 ARG DE...
athanclark/stackage
automated/dockerfiles/lts-15.5/Dockerfile
Dockerfile
mit
3,234
# AUTOGENERATED FILE FROM balenalib/beagleboard-xm-ubuntu:bionic-run # A few reasons for installing distribution-provided OpenJDK: # # 1. Oracle. Licensing prevents us from redistributing the official JDK. # # 2. Compiling OpenJDK also requires the JDK to be installed, and it gets # really hairy. # # For so...
nghiant2710/base-images
balena-base-images/openjdk/beagleboard-xm/ubuntu/bionic/8-jdk/run/Dockerfile
Dockerfile
apache-2.0
3,101
# this file describes how to build tsuru python image # to run it: # 1- install docker # 2- run: $ docker build -t tsuru/python https://raw.github.com/tsuru/basebuilder/master/python/Dockerfile from base:ubuntu-quantal run apt-get install wget -y --force-yes run wget http://github.com/tsuru/basebuilder/tarball/master ...
panyufeng920/logspout
vendor/src/github.com/fsouza/go-dockerclient/testing/data/Dockerfile
Dockerfile
mit
661
FROM ruby:2.4 RUN apt-get -y update && \ apt-get install -y nodejs RUN gem install bundler
eleven-labs/eleven-labs.github.io
docker/Dockerfile
Dockerfile
mit
97
FROM node:7.7.4 COPY package.json /app/package.json RUN cd /app; npm install --production; npm cache clean COPY . /app EXPOSE 3000 WORKDIR /app ENTRYPOINT ["node", "bin/www"]
844196/mean
container/webapi/Dockerfile
Dockerfile
mit
178
FROM clojure RUN echo "{:user {:plugins [[lein-exec \"0.3.1\"]]}}" >> ~/.lein/profiles.clj RUN mkdir -p /usr/src/app WORKDIR /usr/src/app COPY project.clj /usr/src/app/ RUN lein deps COPY . /usr/src/app CMD lein exec bob_test.clj
chadxz/exercism
clojure/bob/Dockerfile
Dockerfile
mit
230
# Copyright (C) 2016 by Ewan Barr # Licensed under the Academic Free License version 3.0 # This program comes with ABSOLUTELY NO WARRANTY. # You are free to modify and redistribute this code as long # as you do not remove the above attribution and reasonably # inform receipients that you have modified the original work...
ewanbarr/psrdada_cpp
docker/Dockerfile
Dockerfile
mit
2,335
FROM node:10 WORKDIR /usr/src/app COPY package*.json ./ RUN npm ci --only=production COPY build ./build CMD [ "npm", "start" ]
marmelab/comfygure
api/Dockerfile
Dockerfile
mit
131
FROM node:8-stretch COPY ./watchman-install.sh /tmp/watchman-install.sh RUN bash /tmp/watchman-install.sh #RUN npm install npm@latest -g \ RUN npm install -g bower uglifycss uglify-js ember-cli@2.4.2 grunt-cli COPY ./.bashrc /root/.bashrc WORKDIR /var/www/html
morontt/zend-blog-3-backend
docker/nodejs/Dockerfile
Dockerfile
mit
265
FROM fedora:23 # non-default docker proxy vars ARG ALL_PROXY ARG socks_proxy ARG SOCKS_PROXY RUN dnf --assumeyes update && \ dnf --assumeyes install wget gawk make tar bzip2 gzip python unzip perl \ patch diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ ccache perl-Data-Dumper perl-Text-ParseWo...
ostroproject/ostro-os-xt
docker/fedora-23/Dockerfile
Dockerfile
mit
753
FROM python:3.7.4-alpine3.9 RUN apk --update add build-base bash jpeg-dev zlib-dev python3-dev ENV PYTHONUNBUFFERED 1 ENV DEMO_DB_NAME /db.sqlite3 RUN mkdir -p /app WORKDIR /app RUN pip install pillow COPY . . RUN pip install django_extensions && \ pip install -e . && \ pip install -e demo RUN demo migrate -...
dakrauth/picker
Dockerfile
Dockerfile
mit
568
FROM centos:latest MAINTAINER a567390 : github.com/remipichon inspired by https://github.com/grahamjenson/DR-CoN RUN yum install -y epel-release \ && yum install -y nginx gettext \ && yum clean all \ && rm -rf /tmp/* # forward request and error logs to docker log collector RUN ln -sf /dev/stdout /var/log...
assomaker/manifmaker
legacy-travisci/staging/nginx/Dockerfile
Dockerfile
mit
1,787
FROM ubuntu:16.04 LABEL maintainer="kenny.lee28@gmail.com" RUN apt-get update && apt-get install -y \ apt-transport-https \ && echo "deb http://ppa.launchpad.net/inkscape.dev/stable/ubuntu xenial main" >> /etc/apt/sources.list \ && echo "deb-src http://ppa.launchpad.net/inkscape.dev/stable/ubuntu xenial m...
kleesc/dockerfiles
inkscape/Dockerfile
Dockerfile
mit
720
FROM zzrot/alpine-node:v4.4.2 MAINTAINER ZZROT LLC <docker@zzrot.com> #ENV VARIABLES ENV GHOST_SOURCE /usr/src/app ENV GHOST_CONTENT /var/lib/ghost ENV GHOST_VERSION 0.11.7 ENV GHOST_URL https://github.com/TryGhost/Ghost/releases/download/${GHOST_VERSION}/Ghost-${GHOST_VERSION}.zip #Change WORKDIR to ghost directory...
ZZROTDesign/alpine-ghost
Dockerfile
Dockerfile
mit
926
FROM ubuntu:16.04 LABEL version="1.0" LABEL description="Convert images to computer generated art using delaunay triangulation." LABEL maintainer="mail@thomasbrueggemann.com" # INSTALL DEPENDENCIES RUN add-apt-repository ppa:jonathonf/gcc-7.1 RUN apt-get update && apt-get -y install gcc-7 g++-7 libmagick++-dev
thomasbrueggemann/trias
Dockerfile
Dockerfile
mit
313
FROM quay.io/hirokazumiyaji/python RUN pip install supervisor && \ mkdir -p /etc/supervisord.d /var/log/supervisord /var/run/supervisord && \ rm -rf /tmp/* ADD supervisord.conf /etc/supervisord.conf CMD ["supervisord", "-n", "-c", "/etc/supervisord.conf"]
hirokazumiyaji/dockerfiles
supervisord/Dockerfile
Dockerfile
mit
267
FROM esycat/java:oracle-8 MAINTAINER "Doron Chen" <doron@JaaSun.com> ENV APP_VERSION 1.0 ENV APP_BUILD ${APP_VERSION}.583 ENV APP_PORT 32767 ENV APP_USER hub ENV APP_SUFFIX hub ENV APP_DISTFILE hub-ring-bundle-${APP_BUILD}.zip ENV APP_PREFIX /opt ENV APP_DIR $APP_PREFIX/$APP_SUFFIX ENV APP_HOME /var/lib/$APP_SUFFIX ...
doron123/docker-hub
Dockerfile
Dockerfile
apache-2.0
1,159
# AUTOGENERATED FILE FROM balenalib/zc702-zynq7-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 McVi...
resin-io-library/base-images
balena-base-images/python/zc702-zynq7/alpine/3.13/3.9.10/build/Dockerfile
Dockerfile
apache-2.0
4,837
# AUTOGENERATED FILE FROM balenalib/zc702-zynq7-debian:stretch-build ENV NODE_VERSION 15.7.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \ ...
nghiant2710/base-images
balena-base-images/node/zc702-zynq7/debian/stretch/15.7.0/build/Dockerfile
Dockerfile
apache-2.0
2,788
# AUTOGENERATED FILE FROM balenalib/orbitty-tx2-alpine:3.12-run ENV NODE_VERSION 14.16.1 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN buildDeps='curl' \ && set -x \ && for key in \ 6A010C51660065...
nghiant2710/base-images
balena-base-images/node/orbitty-tx2/alpine/3.12/14.16.1/run/Dockerfile
Dockerfile
apache-2.0
3,026
# AUTOGENERATED FILE FROM balenalib/armv7hf-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 dependenc...
nghiant2710/base-images
balena-base-images/python/armv7hf/ubuntu/disco/3.6.12/run/Dockerfile
Dockerfile
apache-2.0
4,066
# AUTOGENERATED FILE FROM balenalib/raspberrypi3-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 depe...
resin-io-library/base-images
balena-base-images/python/raspberrypi3/ubuntu/focal/3.9.10/run/Dockerfile
Dockerfile
apache-2.0
4,067
FROM ubuntu:14.04 MAINTAINER mithro@mithis.com # Update the Ubuntu image to prevent it occurring below RUN \ apt-get update && apt-get upgrade # Install slidelint dependencies on Ubuntu RUN \ sudo apt-get -yy install \ git \ libxml2-dev \ libxslt-dev \ openjdk-7-jre \ poppler-data \ poppl...
timvideos/slidelint_site
docker/Dockerfile
Dockerfile
apache-2.0
898
# AUTOGENERATED FILE FROM balenalib/jetson-tx1-alpine:3.11-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 ] && ec...
nghiant2710/base-images
balena-base-images/golang/jetson-tx1/alpine/3.11/1.15.7/run/Dockerfile
Dockerfile
apache-2.0
2,467
# AUTOGENERATED FILE FROM balenalib/generic-debian:bookworm-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" || \ gp...
resin-io-library/base-images
balena-base-images/node/generic/debian/bookworm/14.18.3/build/Dockerfile
Dockerfile
apache-2.0
2,785
FROM balenalib/amd64-fedora:32-run LABEL io.balena.device-type="qemux86-64" RUN dnf install -y \ less \ nano \ net-tools \ usbutils \ gnupg \ i2c-tools \ && dnf clean all RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image (For more informat...
nghiant2710/base-images
balena-base-images/device-base/qemux86-64/fedora/32/run/Dockerfile
Dockerfile
apache-2.0
1,007
# AUTOGENERATED FILE FROM balenalib/nebra-hnt-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 'dirnam...
resin-io-library/base-images
balena-base-images/openjdk/nebra-hnt/alpine/3.14/7-jdk/build/Dockerfile
Dockerfile
apache-2.0
1,758
# AUTOGENERATED FILE FROM balenalib/n510-tx2-fedora:36-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 keyserv...
resin-io-library/base-images
balena-base-images/node/n510-tx2/fedora/36/12.22.9/build/Dockerfile
Dockerfile
apache-2.0
2,745
# AUTOGENERATED FILE FROM balenalib/nitrogen6xq2g-alpine:3.11-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 'di...
nghiant2710/base-images
balena-base-images/openjdk/nitrogen6xq2g/alpine/3.11/8-jre/build/Dockerfile
Dockerfile
apache-2.0
1,766
# AUTOGENERATED FILE FROM balenalib/firefly-rk3288-alpine:3.11-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 M...
nghiant2710/base-images
balena-base-images/python/firefly-rk3288/alpine/3.11/3.8.6/build/Dockerfile
Dockerfile
apache-2.0
4,841
# AUTOGENERATED FILE FROM balenalib/cl-som-imx8-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 ] && e...
nghiant2710/base-images
balena-base-images/golang/cl-som-imx8/alpine/edge/1.15.6/run/Dockerfile
Dockerfile
apache-2.0
2,468
# AUTOGENERATED FILE FROM balenalib/up-board-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 depende...
nghiant2710/base-images
balena-base-images/python/up-board/debian/jessie/3.5.10/run/Dockerfile
Dockerfile
apache-2.0
4,100
# AUTOGENERATED FILE FROM balenalib/revpi-core-3-ubuntu:disco-build ENV GO_VERSION 1.16.3 RUN mkdir -p /usr/local/go \ && curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \ && echo "0cfbfa848a1ab81e2aa2dd257c2b3572c3637d32562b1eaa6aeadb2909911606 go$GO_VERSI...
nghiant2710/base-images
balena-base-images/golang/revpi-core-3/ubuntu/disco/1.16.3/build/Dockerfile
Dockerfile
apache-2.0
2,028
# AUTOGENERATED FILE FROM balenalib/colibri-imx6-alpine:3.11-build # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key "Simon McV...
nghiant2710/base-images
balena-base-images/python/colibri-imx6/alpine/3.11/3.8.9/build/Dockerfile
Dockerfile
apache-2.0
4,839
# AUTOGENERATED FILE FROM balenalib/odroid-u3+-alpine:3.12-build ENV NODE_VERSION 14.16.1 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/odroid-u3+/alpine/3.12/14.16.1/build/Dockerfile
Dockerfile
apache-2.0
2,957
# AUTOGENERATED FILE FROM balenalib/photon-nano-debian:bullseye-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 --keyserv...
nghiant2710/base-images
balena-base-images/node/photon-nano/debian/bullseye/14.15.4/run/Dockerfile
Dockerfile
apache-2.0
2,943