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/n510-tx2-debian:jessie-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" || \ gpg...
nghiant2710/base-images
balena-base-images/node/n510-tx2/debian/jessie/12.20.1/build/Dockerfile
Dockerfile
apache-2.0
2,781
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-wifi-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 "$ke...
resin-io-library/base-images
balena-base-images/node/beaglebone-green-wifi/debian/buster/14.18.3/build/Dockerfile
Dockerfile
apache-2.0
2,792
# Version 1.0 FROM ubuntu:14.04 MAINTAINER Florian GAUVIN "florian.gauvin@nl.thalesgroup.com" ENV DEBIAN_FRONTEND noninteractive #Download all the packages needed RUN apt-get update && apt-get install -y \ curl \ git \ wget \ unzip \ && apt-get clean #Download and install the latest version of Docker ...
florian-gauvin/Small-Dockerfile-Ace
Dockerfile
Dockerfile
apache-2.0
2,062
FROM balenalib/armv7hf-ubuntu:disco-run LABEL io.balena.device-type="hummingboard2" 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/hummingboard2/ubuntu/disco/run/Dockerfile
Dockerfile
apache-2.0
1,090
# AUTOGENERATED FILE FROM balenalib/generic-amd64-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" || \ ...
resin-io-library/base-images
balena-base-images/node/generic-amd64/debian/buster/12.22.9/build/Dockerfile
Dockerfile
apache-2.0
2,787
# AUTOGENERATED FILE FROM balenalib/imx7-var-som-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 McV...
resin-io-library/base-images
balena-base-images/python/imx7-var-som/alpine/3.13/3.8.12/build/Dockerfile
Dockerfile
apache-2.0
4,838
# AUTOGENERATED FILE FROM balenalib/jetson-tx1-fedora:34-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/jetson-tx1/fedora/34/12.22.9/build/Dockerfile
Dockerfile
apache-2.0
2,747
FROM arm32v7/ubuntu:bionic LABEL io.balena.qemu.version="5.2.0+balena4-arm" COPY qemu-arm-static /usr/bin RUN curl -SLO "http://resin-packages.s3.amazonaws.com/resin-xbuild/v1.0.0/resin-xbuild1.0.0.tar.gz" \ && echo "1eb099bc3176ed078aa93bd5852dbab9219738d16434c87fc9af499368423437 resin-xbuild1.0.0.tar.gz" | sha2...
nghiant2710/base-images
balena-base-images/supervisor/armv7hf/ubuntu/bionic/Dockerfile
Dockerfile
apache-2.0
577
# AUTOGENERATED FILE FROM balenalib/artik10-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/artik10/debian/bookworm/5.0-aspnet/build/Dockerfile
Dockerfile
apache-2.0
3,130
# AUTOGENERATED FILE FROM balenalib/generic-aarch64-alpine:edge-build ENV GO_VERSION 1.16.3 # 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/generic-aarch64/alpine/edge/1.16.3/build/Dockerfile
Dockerfile
apache-2.0
2,342
# AUTOGENERATED FILE FROM balenalib/srd3-tx2-debian:stretch-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 k...
nghiant2710/base-images
balena-base-images/node/srd3-tx2/debian/stretch/12.20.1/run/Dockerfile
Dockerfile
apache-2.0
2,938
# AUTOGENERATED FILE FROM balenalib/jetson-tx2-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/jetson-tx2/debian/buster/6.0-aspnet/build/Dockerfile
Dockerfile
apache-2.0
3,173
# Dockerfile for building GLnexus. The resulting container image runs the unit tests # by default. It has in its working directory the statically linked glnexus_cli # executable which can be copied out. FROM ubuntu:18.04 AS builder MAINTAINER DNAnexus ENV LC_ALL C.UTF-8 ENV LANG C.UTF-8 ENV DEBIAN_FRONTEND noninteracti...
dnanexus-rnd/GLnexus
Dockerfile
Dockerfile
apache-2.0
1,442
# AUTOGENERATED FILE FROM balenalib/zc702-zynq7-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_VERSION.l...
nghiant2710/base-images
balena-base-images/golang/zc702-zynq7/ubuntu/eoan/1.16/build/Dockerfile
Dockerfile
apache-2.0
2,021
# AUTOGENERATED FILE FROM balenalib/orange-pi-one-fedora:33-build # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 RUN dnf install -y \ python3-pip \ python3-dbus \ && dnf clean all # install "virtualen...
resin-io-library/base-images
balena-base-images/python/orange-pi-one/fedora/33/3.9.7/build/Dockerfile
Dockerfile
apache-2.0
2,440
# AUTOGENERATED FILE FROM balenalib/kitra520-alpine:3.12-run ENV GO_VERSION 1.15.8 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] && echo...
nghiant2710/base-images
balena-base-images/golang/kitra520/alpine/3.12/1.15.8/run/Dockerfile
Dockerfile
apache-2.0
2,465
# Copyright 2015, Google Inc. # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are # met: # # * Redistributions of source code must retain the above copyright # notice, this list of conditions and the f...
yangjae/grpc
tools/dockerfile/grpc_php/Dockerfile
Dockerfile
bsd-3-clause
2,068
############################################################################# # Dockerfile to build python 3.4.0 image # Based on yesops/base image ############################################################################# ## Set the base image to Ubuntu FROM yesops/ubuntu:14.04 ## File Author / Maintainer MAINTA...
cng-thg/dockerfiles
python/python3.4.0/Dockerfile
Dockerfile
bsd-3-clause
765
FROM ubuntu:16.04 MAINTAINER Andrew Godwin <andrew@aeracode.org> # python-dev \ RUN apt-get update && \ apt-get install -y \ git \ python-setuptools \ python-pip && \ pip install -U pip # Install asgi_redis driver and most recent Daphne RUN pip install \ asgi_redis==0.8.3 \ gi...
linuxlewis/channels
testproject/Dockerfile
Dockerfile
bsd-3-clause
678
FROM ubuntu:14.04 RUN echo "deb http://repos.mesosphere.io/ubuntu/ trusty main" > /etc/apt/sources.list.d/mesosphere.list && \ apt-key adv --keyserver keyserver.ubuntu.com --recv E56151BF && \ apt-get update && \ apt-get install -y maven \ node \ npm \ default-jdk \ mesos \ scala \ ...
nvoron23/chronos
Dockerfile
Dockerfile
apache-2.0
434
FROM biocontainers/biocontainers:debian-stretch-backports MAINTAINER biocontainers <biodocker@gmail.com> LABEL software="norsp" \ container="norsp" \ about.summary="predictor of non-regular secondary structure" \ about.home="https://rostlab.org/owiki/index.php/NORSp_-_predictor_of_NOn-Regular_Secondar...
BioContainers/containers
norsp/1.0.6-2-deb/Dockerfile
Dockerfile
apache-2.0
817
FROM ubuntu MAINTAINER untitled <untitled@untitled.org> # Java setup RUN apt-get update -y &&\ apt-get install -y default-jre wget &&\ apt-get clean &&\ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*tmp EXPOSE {{web-ui-port}} EXPOSE {{app-ui-port}} EXPOSE {{master-port}} # Spark setup RUN wget htt...
ahmadia/binder
services/spark/1.4.1/images/master/Dockerfile
Dockerfile
apache-2.0
749
FROM fedora:33 LABEL io.balena.architecture="amd64" RUN dnf update -y && dnf install -y \ ca-certificates \ findutils \ gnupg \ hostname \ tar \ udev \ which \ curl \ iproute \ && dnf clean all \ && echo $'#!/bin/sh\n\ set -e\n\ set -u\n\ n=0\n\ max=2\n\ until [ $n -gt $max ]; do\n\ set +e\n\ ...
nghiant2710/base-images
balena-base-images/amd64/fedora/33/build/Dockerfile
Dockerfile
apache-2.0
2,922
FROM golang COPY src /go/src COPY pub /go/pub COPY config.json /go/pub/ RUN go-wrapper install hound/cmds/houndd EXPOSE 6080 ENTRYPOINT ["bin/houndd", "-conf", "/go/pub/config.json"]
jonathansick/lsst_hound
Dockerfile
Dockerfile
mit
186
FROM ubuntu:20.04 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 && \ apt-get install -yqq php8.0-cli php8.0-pgsql php8.0-xml > /dev/null COPY --from...
sumeetchhetri/FrameworkBenchmarks
frameworks/PHP/workerman/workerman-php8-jit.dockerfile
Dockerfile
bsd-3-clause
826
FROM python:3.4-slim MAINTAINER SONATA # Configuration ENV broker_host amqp://guest:guest@broker:5672/%2F ENV broker_exchange son-kernel ADD son-mano-base /son-mano-base ADD utils/delayedstart.sh /delayedstart.sh ADD test/misc /son-mano-base/test/misc WORKDIR /son-mano-base # we need to install in develop mode in ...
sonata-nfv/son-tests
int-slm-infrabstractV2/test-trigger/son-mano-base/Dockerfile
Dockerfile
apache-2.0
425
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build WORKDIR /app COPY Benchmarks . RUN dotnet publish -c Release -o out FROM mcr.microsoft.com/dotnet/aspnet:5.0 AS runtime ENV ASPNETCORE_URLS http://+:8080 WORKDIR /app COPY --from=build /app/out ./ COPY Benchmarks/appsettings.postgresql.json ./appsettings.json EXPOSE 8080...
lneves/FrameworkBenchmarks
frameworks/CSharp/aspnetcore/aspcore-mw-dap-pg.dockerfile
Dockerfile
bsd-3-clause
430
# Build and run this with context set to the root of the repository. # # For standard py37 tox, change working directory to the repository root and run: # docker build -t tox_linux . -f tools/dev/docker_tox_linux/Dockerfile && docker run -it tox_linux # # If you'd like to run sphinx docs and see the HTML output you wil...
capitalone/cloud-custodian
tools/dev/docker_tox_linux/Dockerfile
Dockerfile
apache-2.0
1,358
FROM unit9/centos6:latest MAINTAINER Kamil Cholewiński <kamil.cholewinski@unit9.com> RUN yum install -y \ httpd \ php \ php-mysql \ && yum clean all COPY httpd.run /etc/service/httpd/run COPY httpd.conf /etc/httpd/conf/httpd.conf
unit9/docklabs
centos6-lamp/Dockerfile
Dockerfile
mit
261
FROM ubuntu:14.04 MAINTAINER Joacim Turesson, joacim.turesson@autenta.se RUN locale-gen sv_SE.UTF-8 RUN update-locale LANG=sv_SE.UTF-8 RUN apt-get -qq update && DEBIAN_FRONTEND=noninteractive apt-get install -y -q python-software-properties software-properties-common postgresql-common postgresql-9.3 postgresql-cont...
jotu/docker-ubuntu-postgresql
Dockerfile
Dockerfile
mit
938
FROM centurylink/ca-certs EXPOSE 8888 COPY redalert / ENTRYPOINT ["/redalert", "server"]
jonog/redalert
Dockerfile
Dockerfile
mit
89
# Generated automatically by update.sh # Do no edit this file FROM bigtruedata/scala:2.12.0 Run wget -O- "https://github.com/sbt/sbt/releases/download/v0.13.15/sbt-0.13.15.tgz" \ | tar xzf - -C /usr/local --strip-components=1 \ && sbt exit VOLUME /app WORKDIR /app CMD ["sbt"]
bigtruedata/docker-sbt
0.13.15/2.12.0/Dockerfile
Dockerfile
mit
290
# dind-gitlab-ci-runner FROM ubuntu:14.04 MAINTAINER Andrew Munsell <andrew@wizardapps.net> # Get rid of the debconf messages ENV DEBIAN_FRONTEND noninteractive # Update your packages and install the ones that are needed to compile Ruby RUN apt-get update -y RUN apt-get upgrade -y RUN apt-get install -y curl libxml2...
andrewmunsell/gitlab-ci-runner
Dockerfile
Dockerfile
mit
2,346
# Based on https://github.com/flaviobarros/shiny-wordcloud/blob/master/Dockerfile # https://hub.docker.com/r/rocker/shiny/~/dockerfile/ FROM rocker/shiny MAINTAINER Joachim Russig # host and port of the back-end server ARG BACKEND_HOST=localhost ARG BACKEND_PORT=8080 ARG ENABLE_RASTER_OVERLAY=false ENV BACKEND_HOST=...
biggis-project/path-optimizer
shiny-frontend/Dockerfile
Dockerfile
mit
1,647
FROM alpine as build ARG VERSION=${VERSION:-master} RUN apk add --no-cache \ curl tar \ gcc g++ make autoconf \ libc-dev libevent-dev linux-headers perl \ && mkdir -p /ssdb/tmp \ && curl -Lk "https://github.com/ideawu/ssdb/archive/${VERSION}.tar.gz" | \ tar -xz -C /ssdb/tmp --strip-co...
izuolan/dockerfiles
ssdb/Dockerfile
Dockerfile
mit
987
FROM microsoft/mssql-server-windows:latest LABEL maintainer "Jakub Vanak, Tobias Fenster" # Docker run variables to create and configure new instance. ENV sa_password _ ENV attach_dbs "[]" ENV restore_dbs "[]" ENV base_db_folder _ ENV use_hostname_folder "false" ENV ACCEPT_EULA _ SHELL ["powershell", "-Command", "$E...
Koubek/dockerfiles-dynamics-nav
root/build/sql/Dockerfile
Dockerfile
mit
909
FROM alpine:3.5 RUN apk add --no-cache ca-certificates \ && mkdir -p /opt/buildlog/migrations ADD bin/buildlog.static /opt/buildlog/buildlog ADD migrations/ /opt/buildlog/migrations/ ENV DB_MIGRATIONS_SOURCE_URI file:///opt/buildlog/migrations ENTRYPOINT /opt/buildlog/buildlog EXPOSE 8080
fajran/buildlog
Dockerfile
Dockerfile
mit
295
FROM php:5.6-apache LABEL maintainer="phithon <root@leavesongs.com>" ARG DOWNLOAD_PATH=/usr/local/src RUN set -ex \ && docker-php-ext-install mysqli \ && curl -#SL http://vulhub.oss-cn-shanghai.aliyuncs.com/download/ecshop/ecshop-4.0.6.tar.gz \ | tar zx -C ${DOWNLOAD_PATH} \ && cp -r ${DOWNLOAD_P...
vulhub/vulhub
base/ecshop/4.0.6/Dockerfile
Dockerfile
mit
564
FROM java:8 MAINTAINER Eliot Kimber "ekimber@contrext.com" ENV VERSION 2_5_7 ENV HOME /home/ditac ENV PATH $HOME/bin:$PATH WORKDIR /home RUN wget -c http://www.xmlmind.com/ditac/_download/ditac-${VERSION}.zip && unzip ditac-${VERSION}.zip && \ rm ditac-${VERSION}.zip # Use a consistent name for the directory so we ...
dita-community/ditac-docker
ditac-base/Dockerfile
Dockerfile
apache-2.0
760
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-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/asus-tinker-board/ubuntu/xenial/1.17.7/run/Dockerfile
Dockerfile
apache-2.0
2,361
# AUTOGENERATED FILE FROM balenalib/nitrogen6xq2g-fedora:36-run ENV GO_VERSION 1.17.7 # gcc for cgo RUN dnf install -y \ gcc-c++ \ gcc \ git \ && dnf clean all RUN mkdir -p /usr/local/go \ && curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \ && echo ...
resin-io-library/base-images
balena-base-images/golang/nitrogen6xq2g/fedora/36/1.17.7/run/Dockerfile
Dockerfile
apache-2.0
2,103
# AUTOGENERATED FILE FROM balenalib/generic-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 'dirname ...
resin-io-library/base-images
balena-base-images/openjdk/generic/alpine/3.14/7-jre/build/Dockerfile
Dockerfile
apache-2.0
1,775
# AUTOGENERATED FILE FROM balenalib/isg-503-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 dependen...
resin-io-library/base-images
balena-base-images/python/isg-503/debian/buster/3.10.0/run/Dockerfile
Dockerfile
apache-2.0
4,088
# AUTOGENERATED FILE FROM balenalib/up-core-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 \ libicu63 \ libssl1.1 \ ...
nghiant2710/base-images
balena-base-images/dotnet/up-core/debian/bullseye/3.1-sdk/build/Dockerfile
Dockerfile
apache-2.0
2,959
# AUTOGENERATED FILE FROM balenalib/nitrogen8mm-alpine:3.14-build ENV NODE_VERSION 16.14.0 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do...
resin-io-library/base-images
balena-base-images/node/nitrogen8mm/alpine/3.14/16.14.0/build/Dockerfile
Dockerfile
apache-2.0
2,952
# AUTOGENERATED FILE FROM balenalib/qemux86-alpine:3.12-build # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key "Simon McVittie...
resin-io-library/base-images
balena-base-images/python/qemux86/alpine/3.12/3.9.7/build/Dockerfile
Dockerfile
apache-2.0
4,831
# AUTOGENERATED FILE FROM balenalib/up-squared-alpine:edge-run 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 buildDeps='curl' \ && set -x \ && for key in \ 6A010C5166006599...
resin-io-library/base-images
balena-base-images/node/up-squared/alpine/edge/17.6.0/run/Dockerfile
Dockerfile
apache-2.0
3,024
# AUTOGENERATED FILE FROM balenalib/astro-tx2-ubuntu:xenial-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/astro-tx2/ubuntu/xenial/3.9.7/run/Dockerfile
Dockerfile
apache-2.0
4,064
# AUTOGENERATED FILE FROM balenalib/hummingboard-ubuntu:xenial-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: pu...
resin-io-library/base-images
balena-base-images/python/hummingboard/ubuntu/xenial/3.9.10/build/Dockerfile
Dockerfile
apache-2.0
4,832
# AUTOGENERATED FILE FROM balenalib/beaglebone-pocket-ubuntu:hirsute-run ENV NODE_VERSION 17.6.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver...
resin-io-library/base-images
balena-base-images/node/beaglebone-pocket/ubuntu/hirsute/17.6.0/run/Dockerfile
Dockerfile
apache-2.0
2,919
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-alpine:3.12-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...
nghiant2710/base-images
balena-base-images/python/jetson-xavier/alpine/3.12/3.8.6/build/Dockerfile
Dockerfile
apache-2.0
4,840
FROM ppc64le/ubuntu:16.04 MAINTAINER "kiritim@us.ibm.com" ENV KEEPALIVED_VERSION 1.3.6 RUN apt-get -y update && \ apt-get install -y git \ wget \ build-essential \ openssl \ libssl-dev \ findutils \ ...
ppc64le/build-scripts
k/keepalived/Dockerfiles/1.3.6_ubuntu_16.04/Dockerfile
Dockerfile
apache-2.0
1,297
# AUTOGENERATED FILE FROM balenalib/aio-3288c-debian:stretch-build ENV NODE_VERSION 10.24.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" || \ g...
nghiant2710/base-images
balena-base-images/node/aio-3288c/debian/stretch/10.24.1/build/Dockerfile
Dockerfile
apache-2.0
2,788
# AUTOGENERATED FILE FROM balenalib/coral-dev-ubuntu:focal-run ENV GO_VERSION 1.15.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-get ...
nghiant2710/base-images
balena-base-images/golang/coral-dev/ubuntu/focal/1.15.7/run/Dockerfile
Dockerfile
apache-2.0
2,322
# AUTOGENERATED FILE FROM balenalib/nanopc-t4-ubuntu:bionic-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...
nghiant2710/base-images
balena-base-images/golang/nanopc-t4/ubuntu/bionic/1.15.8/run/Dockerfile
Dockerfile
apache-2.0
2,324
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-seeed-2mic-hat-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 ...
resin-io-library/base-images
balena-base-images/python/jetson-xavier-nx-devkit-seeed-2mic-hat/debian/stretch/3.9.10/build/Dockerfile
Dockerfile
apache-2.0
4,884
# AUTOGENERATED FILE FROM balenalib/npe-x500-m3-debian:bullseye-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: p...
nghiant2710/base-images
balena-base-images/python/npe-x500-m3/debian/bullseye/3.6.12/build/Dockerfile
Dockerfile
apache-2.0
4,862
# AUTOGENERATED FILE FROM balenalib/hummingboard2-ubuntu:focal-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: pu...
resin-io-library/base-images
balena-base-images/python/hummingboard2/ubuntu/focal/3.9.7/build/Dockerfile
Dockerfile
apache-2.0
4,829
# AUTOGENERATED FILE FROM balenalib/vab820-quad-ubuntu:cosmic-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.c...
nghiant2710/base-images
balena-base-images/node/vab820-quad/ubuntu/cosmic/15.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,919
# AUTOGENERATED FILE FROM balenalib/parallella-hdmi-resin-debian:bullseye-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...
resin-io-library/base-images
balena-base-images/python/parallella-hdmi-resin/debian/bullseye/3.9.10/build/Dockerfile
Dockerfile
apache-2.0
4,869
# AUTOGENERATED FILE FROM balenalib/etcher-pro-ubuntu:bionic-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.co...
nghiant2710/base-images
balena-base-images/node/etcher-pro/ubuntu/bionic/10.24.0/run/Dockerfile
Dockerfile
apache-2.0
2,914
FROM balenalib/armv7hf-ubuntu:focal-build LABEL io.balena.device-type="raspberrypi2" RUN apt-get update && apt-get install -y --no-install-recommends \ software-properties-common \ && add-apt-repository ppa:ubuntu-raspi2/ppa -y \ && apt-get purge -y --auto-remove software-properties-common \ && rm -rf /var/lib/ap...
nghiant2710/base-images
balena-base-images/device-base/raspberrypi2/ubuntu/focal/build/Dockerfile
Dockerfile
apache-2.0
1,361
# AUTOGENERATED FILE FROM balenalib/cl-som-imx8-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/cl-som-imx8/debian/bullseye/3.1-sdk/run/Dockerfile
Dockerfile
apache-2.0
2,946
# AUTOGENERATED FILE FROM balenalib/blackboard-tx2-debian:stretch-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/blackboard-tx2/debian/stretch/3.1-runtime/run/Dockerfile
Dockerfile
apache-2.0
2,531
# AUTOGENERATED FILE FROM balenalib/nebra-hnt-ubuntu:focal-run ENV NODE_VERSION 14.16.1 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com ...
nghiant2710/base-images
balena-base-images/node/nebra-hnt/ubuntu/focal/14.16.1/run/Dockerfile
Dockerfile
apache-2.0
2,911
# AUTOGENERATED FILE FROM balenalib/smarc-px30-debian:bookworm-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.gz"...
resin-io-library/base-images
balena-base-images/golang/smarc-px30/debian/bookworm/1.17.7/build/Dockerfile
Dockerfile
apache-2.0
2,003
# AUTOGENERATED FILE FROM balenalib/nanopc-t4-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 depen...
nghiant2710/base-images
balena-base-images/python/nanopc-t4/debian/stretch/3.9.4/run/Dockerfile
Dockerfile
apache-2.0
4,094
# AUTOGENERATED FILE FROM balenalib/jetson-nano-2gb-devkit-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...
nghiant2710/base-images
balena-base-images/python/jetson-nano-2gb-devkit/alpine/3.10/3.6.12/run/Dockerfile
Dockerfile
apache-2.0
4,144
# AUTOGENERATED FILE FROM balenalib/raspberrypi2-alpine:3.11-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN apk a...
nghiant2710/base-images
balena-base-images/python/raspberrypi2/alpine/3.11/3.8.9/run/Dockerfile
Dockerfile
apache-2.0
4,132
# AUTOGENERATED FILE FROM balenalib/edge-ubuntu:disco-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key ...
nghiant2710/base-images
balena-base-images/python/edge/ubuntu/disco/3.5.10/build/Dockerfile
Dockerfile
apache-2.0
4,832
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-emmc-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 # ins...
resin-io-library/base-images
balena-base-images/python/jetson-xavier-nx-devkit-emmc/fedora/33/3.6.15/build/Dockerfile
Dockerfile
apache-2.0
2,456
# AUTOGENERATED FILE FROM balenalib/jetson-nano-emmc-debian:stretch-build ENV GO_VERSION 1.15.7 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "bca4af0c20f86521dfabf3b39fa2f1ceeeb11cebf7e90bdf1de2618c40628539 go$GO_VERSION.linux-arm64.ta...
nghiant2710/base-images
balena-base-images/golang/jetson-nano-emmc/debian/stretch/1.15.7/build/Dockerfile
Dockerfile
apache-2.0
2,007
# AUTOGENERATED FILE FROM balenalib/artik710-alpine:3.12-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN apk add -...
resin-io-library/base-images
balena-base-images/python/artik710/alpine/3.12/3.9.7/run/Dockerfile
Dockerfile
apache-2.0
4,124
# AUTOGENERATED FILE FROM balenalib/raspberrypi400-64-alpine:3.14-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 ...
resin-io-library/base-images
balena-base-images/python/raspberrypi400-64/alpine/3.14/3.10.2/run/Dockerfile
Dockerfile
apache-2.0
4,135
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1 MAINTAINER biocontainers <biodocker@gmail.com> LABEL software="intervaltree-bio" \ base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \ container="intervaltree-bio" \ about.summary="Interval tree convenience classes for g...
BioDocker/containers
intervaltree-bio/1.0.1-3-deb-py3/Dockerfile
Dockerfile
apache-2.0
967
# AUTOGENERATED FILE FROM balenalib/n510-tx2-ubuntu:xenial-build # A few reasons for installing distribution-provided OpenJDK: # # 1. Oracle. Licensing prevents us from redistributing the official JDK. # # 2. Compiling OpenJDK also requires the JDK to be installed, and it gets # really hairy. # # For some s...
nghiant2710/base-images
balena-base-images/openjdk/n510-tx2/ubuntu/xenial/8-jre/build/Dockerfile
Dockerfile
apache-2.0
3,099
# Copyright 2015, Google Inc. # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are # met: # # * Redistributions of source code must retain the above copyright # notice, this list of conditions and the f...
grani/grpc
tools/dockerfile/test/csharp_coreclr_x64/Dockerfile
Dockerfile
bsd-3-clause
4,183
FROM node:4.4.3-onbuild
dardeshna/devbot
Dockerfile
Dockerfile
mit
24
# Pull base image. FROM kdelfour/supervisor-docker MAINTAINER Andreas Löffler <andy@x86dev.com> # Based on: https://github.com/kdelfour/pydio-docker RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \ wget nginx fontconfig-config fonts-dejavu-core \ php5-fpm php5-common php5-json php5-cl...
x86dev/docker-pydio
Dockerfile
Dockerfile
mit
2,304
FROM tutum/apache-php
blunket/image-checker
docker/php/Dockerfile
Dockerfile
mit
22
#rferraro/cxx-gcc:7.x FROM rferraro/cxx-common:debian-sid ENV CC gcc ENV CXX g++ RUN apt-get update \ && apt-get install -y --no-install-recommends \ g++-7 \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 999 \ && updat...
RFerraro/Docker
cxx/gcc/7.x/Dockerfile
Dockerfile
mit
459
# GENERATED FROM Dockerfile.template-scm FROM vicamo/buildpack-deps:bionic-s390x-curl # procps is very common in build systems, and is a reasonably small package RUN apt-get update \ && apt-get install -y --no-install-recommends \ bzr \ git \ mercurial \ openssh-client \ subversion \ \ procps \ && apt-...
vicamo/docker-buildpack-deps
bionic/s390x/scm/Dockerfile
Dockerfile
mit
372
# DOCKER-VERSION 0.3.4 FROM ubuntu:precise MAINTAINER Gavin King <plumpnation@gmail.com> RUN apt-get update RUN apt-get -y upgrade RUN DEBIAN_FRONTEND=noninteractive apt-get -y install mysql-client mysql-server apache2 libapache2-mod-php5 pwgen python-setuptools vim-tiny php5-mysql EXPOSE 80
plumpNation/environments
ubuntu/LAMP/Dockerfile
Dockerfile
mit
299
FROM node:4.8.3 # Set one or more individual labels LABEL maintainer="Martijn Biesbroek" EXPOSE 3000 # we assume your bundle dir is the current dir on the docker host, lets copy it to the container # so in my case . refers to C:\Users\Qlikexternal\Documents\GitHub\QRSMeteor\.build\bundle # in the container we will cre...
dlnl/QRGMain
Dockerfile
Dockerfile
mit
1,023
FROM ubuntu:xenial # Refresh repo information RUN apt -qq update # Install build and test libs and tools RUN apt install -qq -y \ cppcheck \ git \ wget \ libboost-all-dev \ liblua5.3-dev \ xorg-dev \ libgl1-mesa-dev \ software-properties-common \ python-pip \ > /dev/null RUN p...
pkuehne/fortress
Dockerfile
Dockerfile
mit
666
FROM python:2.7 MAINTAINER Johan van den Dorpe <johan.vandendorpe@sohonet.com> RUN wget https://github.com/Yelp/elastalert/archive/v0.0.95.tar.gz && \ tar xvzf *.tar.gz && \ mv -- elast* /opt/elastalert && \ rm -rf *.tar.gz WORKDIR /opt/elastalert RUN mkdir /opt/elastalert/rules RUN apt-get update && apt...
sohonetlabs/cise-elk
elastalert/Dockerfile
Dockerfile
mit
476
FROM vivaserver/wheezy MAINTAINER cristian.arroyo@vivaserver.com RUN echo "deb http://http.debian.net/debian wheezy-backports main" >> /etc/apt/sources.list RUN apt-get -qq update RUN apt-get -qq install ansible RUN echo "localhost" >> /etc/ansible/hosts RUN apt-get -qq clean
vivaserver/docker-ansible-wheezy
Dockerfile
Dockerfile
mit
278
FROM openjdk:8-jre-alpine RUN apk add --update --virtual build-dependencies wget git g++ python linux-headers alpine-sdk binutils-gold --no-cache && \ # Download and build J2V8 4.8.0 # Source: https://github.com/eclipsesource/J2V8/issues/151 mkdir /data/ && cd /data/ && git clone https://github.com/eclips...
tarent/openjdk-alpine-j2v8
8-jre-j2v8-4-8/Dockerfile
Dockerfile
mit
2,323
#+++++++++++++++++++++++++++++++++++++++ # Dockerfile for webdevops/php-dev:5.6 # -- automatically generated -- #+++++++++++++++++++++++++++++++++++++++ FROM webdevops/php:5.6 COPY conf/ /opt/docker/ RUN set -x \ # Install development environment && wget -q -O - https://packages.blackfire.io/gpg.key | ap...
webdevops/Dockerfile
docker/php-dev/5.6/Dockerfile
Dockerfile
mit
797
FROM brainbot/raiden MAINTAINER Ulrich Petri <ulrich@brainbot.com> ADD scenario_player.py /usr/local/bin/transfer_generator.py ADD scenario-testnet-token.yml /usr/share ENTRYPOINT ["/usr/local/bin/transfer_generator.py"]
hackaugusto/raiden
tools/testnet/files/dockerfiles/scenario_player/Dockerfile
Dockerfile
mit
224
FROM node:13 RUN mkdir -p /opt/hoover/ui WORKDIR /opt/hoover/ui ADD package*.json /opt/hoover/ui/ RUN npm install ADD . /opt/hoover/ui/ ENV NEXT_TELEMETRY_DISABLED=1
hoover/ui
Dockerfile
Dockerfile
mit
169
FROM ubuntu:15.10 MAINTAINER christophe.moncy@gmail.com # Install tools software RUN echo 'APT::Install-Recommends 0;' >> /etc/apt/apt.conf.d/01norecommends \ && echo 'APT::Install-Suggests 0;' >> /etc/apt/apt.conf.d/01norecommends \ && apt-get update -qq \ && apt-get install -qqy \ build-essential \ softwa...
kronostof/docker-ubuntu
Dockerfile
Dockerfile
mit
496
# AUTOGENERATED FILE FROM balenalib/photon-xavier-nx-debian:buster-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.ta...
nghiant2710/base-images
balena-base-images/golang/photon-xavier-nx/debian/buster/1.14.14/build/Dockerfile
Dockerfile
apache-2.0
2,007
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-wifi-alpine:3.14-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 "...
resin-io-library/base-images
balena-base-images/python/beaglebone-green-wifi/alpine/3.14/3.9.7/build/Dockerfile
Dockerfile
apache-2.0
4,845
# AUTOGENERATED FILE FROM balenalib/n510-tx2-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/n510-tx2/debian/stretch/3.1-aspnet/build/Dockerfile
Dockerfile
apache-2.0
3,133
# AUTOGENERATED FILE FROM balenalib/aarch64-alpine:3.12-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/aarch64/alpine/3.12/14.16.0/build/Dockerfile
Dockerfile
apache-2.0
2,954
# AUTOGENERATED FILE FROM balenalib/blackboard-tx2-fedora:31-run ENV GO_VERSION 1.14.13 # 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 "445b719ebf46d8825360...
nghiant2710/base-images
balena-base-images/golang/blackboard-tx2/fedora/31/1.14.13/run/Dockerfile
Dockerfile
apache-2.0
2,077
# AUTOGENERATED FILE FROM balenalib/cl-som-imx8-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/cl-som-imx8/debian/bookworm/3.10.0/build/Dockerfile
Dockerfile
apache-2.0
4,859
# AUTOGENERATED FILE FROM balenalib/jetson-nano-2gb-devkit-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 "...
nghiant2710/base-images
balena-base-images/python/jetson-nano-2gb-devkit/fedora/33/3.8.6/build/Dockerfile
Dockerfile
apache-2.0
2,449
# AUTOGENERATED FILE FROM balenalib/kitra520-debian:jessie-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_VERSION...
nghiant2710/base-images
balena-base-images/golang/kitra520/debian/jessie/1.14.14/build/Dockerfile
Dockerfile
apache-2.0
2,028