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 |
|---|---|---|---|---|---|
# env CGO_ENABLED=0 go build -v -a -tags leveldb,netgo -installsuffix netgo,cgo
FROM neowaylabs/neosearch-dev-env:latest
ADD ./neosearch-import /neosearch-import
VOLUME ["/data"]
CMD ["./neosearch-import"] | NeowayLabs/neosearch-import | Dockerfile | Dockerfile | apache-2.0 | 208 |
FROM golang as build
COPY . /work
WORKDIR /work
RUN go get -d -v
RUN go build -v -a -tags netgo -ldflags '-w'
# ---
FROM scratch
COPY --from=build /work/docker-gc /docker-gc
VOLUME /var/db/docker-gc
ENTRYPOINT ["/docker-gc"]
| ndeloof/docker-gc | Dockerfile | Dockerfile | apache-2.0 | 231 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypicm4-ioboard-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... | resin-io-library/base-images | balena-base-images/python/raspberrypicm4-ioboard/debian/stretch/3.10.2/run/Dockerfile | Dockerfile | apache-2.0 | 4,105 |
# AUTOGENERATED FILE
FROM balenalib/iot-gate-imx8-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:... | nghiant2710/base-images | balena-base-images/python/iot-gate-imx8/debian/bullseye/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,862 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-ubuntu:disco-build
ENV GO_VERSION 1.14.13
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 "53c5236a76730f6487052fa1a629d6f5efdde6341cfc2e0544b0b28aefc27708 go$GO_VERSIO... | nghiant2710/base-images | balena-base-images/golang/odroid-ux3/ubuntu/disco/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,028 |
# AUTOGENERATED FILE
FROM balenalib/vab820-quad-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 ad... | resin-io-library/base-images | balena-base-images/python/vab820-quad/alpine/3.13/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 4,127 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-alpine:3.10-build
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 ] && ... | nghiant2710/base-images | balena-base-images/golang/odroid-u3+/alpine/3.10/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,337 |
ARG TAG=latest
FROM alpine:$TAG
| cristobal23/boxes | Dockerfile | Dockerfile | bsd-2-clause | 32 |
FROM debian:stretch
ENV LANG C.UTF-8
ENV LANGUAGE C.UTF-8
ENV LC_ALL C.UTF-8
RUN dpkg --add-architecture i386 \
&& apt-get update \
&& apt-get -y install \
curl \
build-essential \
autotools-dev \
automake \
cmake \
pkg-config \
gcc-multilib \
g+... | BernhardDenner/libelektra | scripts/docker/debian/stretch/i386.Dockerfile | Dockerfile | bsd-3-clause | 1,366 |
FROM kbase/deplbase:latest
COPY ./sdkbase.build.tag /tmp/
# Update certs
RUN apt-get update
RUN apt-get install ca-certificates
# Fix Python SSL warnings for python < 2.7.9 (system python on Trusty is 2.7.6)
# https://github.com/pypa/pip/issues/4098
RUN pip install pip==8.1.2
RUN pip install --disable-pip-version-ch... | kbase/kb_sdk | sdkbase/Dockerfile | Dockerfile | mit | 1,434 |
# Copyright 2014 Google 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 law or agreed to in writing, ... | GoogleCloudPlatform/appengine-java-vm-runtime | gke-jetty/src/main/docker/Dockerfile | Dockerfile | apache-2.0 | 1,486 |
FROM busybox:1.31.0-uclibc
RUN echo something
CMD top
| vdemeester/compose | tests/fixtures/v2-full/Dockerfile | Dockerfile | apache-2.0 | 57 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi-alpine:3.13-run
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dirnam... | nghiant2710/base-images | balena-base-images/openjdk/raspberrypi/alpine/3.13/7-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,760 |
# AUTOGENERATED FILE
FROM balenalib/jn30b-nano-ubuntu:xenial-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 some s... | nghiant2710/base-images | balena-base-images/openjdk/jn30b-nano/ubuntu/xenial/8-jre/run/Dockerfile | Dockerfile | apache-2.0 | 3,097 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-alpine:3.13-run
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dirname "$... | nghiant2710/base-images | balena-base-images/openjdk/cubox-i/alpine/3.13/7-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,752 |
FROM python:3.6.6-stretch
WORKDIR /bottle
COPY views views
COPY app.py app.py
COPY nginx.conf nginx.conf
COPY requirements.txt requirements.txt
COPY uwsgi.ini uwsgi.ini
RUN curl -s http://nginx.org/keys/nginx_signing.key | apt-key add -
RUN echo "deb http://nginx.org/packages/debian/ stretch nginx" >> /etc/apt/source... | volyrique/FrameworkBenchmarks | frameworks/Python/bottle/bottle-nginx-uwsgi.dockerfile | Dockerfile | bsd-3-clause | 721 |
# Development
FROM ubuntu:16.04
ARG uid=1000
# Update environment
# JRE installation and gcc
RUN apt-get update -y && apt-get install -y \
gcc \
pkg-config \
build-essential \
libsodium-dev \
libssl-dev \
libgmp3-dev \
build-essential \
libsqlite3-dev \
libsqlite0 \
cmake \
... | Artemkaaas/indy-sdk | vcx/ci/test.dockerfile | Dockerfile | apache-2.0 | 1,464 |
FROM sumeetchhetri/ffead-cpp-base:6.0
ENV IROOT=/installs
WORKDIR /
CMD ./run_ffead.sh ffead-cpp-6.0 cinatra
| treefrogframework/FrameworkBenchmarks | frameworks/C++/ffead-cpp/ffead-cpp-cinatra.dockerfile | Dockerfile | bsd-3-clause | 112 |
FROM golang
MAINTAINER Roman Saveljev <roman.saveljev@haltian.com>
RUN \
export DEBIAN_FRONTEND=noninteractive && \
apt-key update && \
apt-get -y update && \
apt-get install -y curl psmisc sudo
RUN \
curl -L https://github.com/sstephenson/bats/archive/v0.4.0.tar.gz | tar xzv -C /tmp && \
/tmp/bats-0.... | cross-dev/go-web-tester | Dockerfile | Dockerfile | mit | 639 |
FROM ubuntu:14.04.4
MAINTAINER vitr <vitdotonline@gmail.com>
ENV DEBIAN_FRONTEND=noninteractive \
TERM=xterm
# Copy custom scripts
#COPY install-php.sh /install-php.sh
#COPY install-nginx.sh /install-nginx.sh
#COPY install-mysql.sh /install-mysql.sh
#COPY install-postgres.sh /install-postgres.sh
#COPY install-ssl... | larawhale/homestead | Dockerfile | Dockerfile | mit | 3,693 |
FROM alpine:latest
COPY settings/repositories /etc/apk/repositories
# Installing build tools, chromium and an X server
RUN apk --update add \
bash \
tar \
git \
dpkg \
python \
make \
g++ \
openssh-client \
xvfb \
chromium \
nodejs
# Patching the launch command to goes through xvfb
COPY settings... | Ketouem/js-toolset | Dockerfile | Dockerfile | mit | 824 |
FROM php:7.1-apache
MAINTAINER Dominik Krebs <dominik.krebs@netzkollektiv.com>
COPY crontab /etc/cron.d/magento2-cron
COPY ./auth.json /var/www/.composer/
COPY ./etc/php/* /usr/local/etc/php/conf.d/
COPY ./etc/ssmtp/ssmtp.conf /etc/ssmtp/ssmtp.conf
COPY ./bin/* /usr/local/bin/
COPY ./build.sh /tmp/
RUN /tmp/build.s... | netzkollektiv/docker-magento2 | Dockerfile | Dockerfile | mit | 412 |
FROM ubuntu:14.04
RUN apt-get -y update
RUN apt-get -y install software-properties-common
RUN add-apt-repository -y ppa:ethereum/ethereum-qt
RUN add-apt-repository -y ppa:ethereum/ethereum
RUN apt-get -y update
RUN apt-get -y install ethminer
ADD run.sh .
CMD sh run.sh
| vyscond/minergate-ethminer-docker | Dockerfile | Dockerfile | mit | 271 |
FROM debian
RUN apt-get update && apt-get install -y \
libcurl3 \
libgtk2.0-0 \
libjasper-dev \
libdc1394-22 \
libva1 \
libzvbi0 \
libxvidcore4 \
libwebp5 \
libwavpack1 \
libvorbisenc2 \
libvo-amrwbenc0 \
libvo-aacenc0 \
... | timmyzaid/mozaidic | Dockerfiles/Mosaic Service/Runfile/Dockerfile | Dockerfile | mit | 1,810 |
# AlpineLinux with a glibc-2.23 and Oracle Java 8
FROM tomaer/alpine:edge-arm-utc
MAINTAINER tomaer <i@tomaer.com>
# Anastas Dancha <anapsix@random.io>
# thanks to Vladimir Krivosheev <develar@gmail.com> aka @develar for smaller image
# and Victor Palma <palma.victor@gmail.com> aka @devx for pointing it out
# Java Ve... | tomaer/docker-oracle-java | ARM/8/utc/92b14/standard/jdk/Dockerfile | Dockerfile | mit | 4,092 |
FROM mhart/alpine-node:4
RUN apk add --update curl
RUN apk add --update openssh
RUN apk add --update git
RUN rm -rf /var/cache/apk/*
RUN apk add --update bash
RUN npm install -g pm2
WORKDIR /opt/registration-service
ADD ./package.json ./package.json
ADD ./index.js ./index.js
ADD ./run.sh ./run.sh
RUN npm install
CMD p... | miketheprogrammer/registration-service | Dockerfile | Dockerfile | mit | 383 |
FROM picymru/base:latest
MAINTAINER Matthew Gall <matthew@picymru.org.uk>
RUN apk-install mongodb
EXPOSE 27017 28017
ENTRYPOINT ["/sbin/tini"]
CMD ["mongod", "--httpinterface", "--rest", "--master"] | picymru/dockerfiles | mongodb/Dockerfile | Dockerfile | mit | 201 |
FROM python:3.4
ENV PYTHONUNBUFFERED 1
#RUN apt-get install libpq-dev
#RUN pip install --upgrade pip --disable-pip-version-check
RUN mkdir -p /srv/www
COPY src /srv/www
COPY entrypoint.sh /bin/entrypoint
WORKDIR /srv/www
RUN pip install -r requirements.txt
ENTRYPOINT ["entrypoint"]
CMD ["dj", "--help"]
| nicktimko/dopey-weaver | wapp/Dockerfile | Dockerfile | mit | 308 |
FROM java:8-jre
LABEL maintainer jerryjung@sk.com
#Derived from https://github.com/wurstmeister/kafka-docker
RUN apt-get update \
&& apt-get install -y net-tools unzip wget curl docker jq coreutils
ENV KAFKA_VERSION="0.10.0.0" SCALA_VERSION="2.11"
ADD download-kafka.sh /tmp/download-kafka.sh
RUN /tmp/download-k... | jerryjung/spark-kubernetes | docker/kafka-docker/Dockerfile | Dockerfile | mit | 762 |
FROM lammps/buildenv:centos7 as builder
MAINTAINER richard.berger@outlook.com
ADD lammps /tmp/lammps
RUN mkdir -p /tmp/lammps/build-serial && \
cd /tmp/lammps/build-serial && \
cmake3 -C /tmp/lammps/cmake/presets/most.cmake \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_INSTALL_PREFIX=/usr \
... | lammps/lammps-packages | docker/centos7_openmpi_py3/Dockerfile | Dockerfile | mit | 3,432 |
FROM node:4.5
COPY index.js .
COPY package.json .
COPY public public
RUN npm install
CMD npm start
EXPOSE 3000
# docker build -t os-counter:v1 .
# docker run -it --rm --name=os-counter --link=kafka:kafka --env BIND_TO=$ZK_IP:2181 os-counter:v1
| gravier/dev-guide-sp-kafka-bq | os-counter/Dockerfile | Dockerfile | mit | 247 |
FROM airhacks/tomee
COPY ./target/sample-service.war ${DEPLOYMENT_DIR}
| AdamBien/firehose | sample-service/Dockerfile | Dockerfile | mit | 71 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-ubuntu:xenial-run
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.p... | nghiant2710/base-images | balena-base-images/node/beaglebone-black/ubuntu/xenial/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,922 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-debian:jessie-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 some... | nghiant2710/base-images | balena-base-images/openjdk/colibri-imx6/debian/jessie/7-jre/run/Dockerfile | Dockerfile | apache-2.0 | 3,090 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6x-alpine:3.10-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/nitrogen6x/alpine/3.10/3.9.4/build/Dockerfile | Dockerfile | apache-2.0 | 4,837 |
# AUTOGENERATED FILE
FROM balenalib/smarc-px30-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 McVit... | resin-io-library/base-images | balena-base-images/python/smarc-px30/alpine/3.13/3.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 4,836 |
# AUTOGENERATED FILE
FROM balenalib/ccimx8x-sbc-pro-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 "virtual... | resin-io-library/base-images | balena-base-images/python/ccimx8x-sbc-pro/fedora/33/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,443 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-ubuntu:eoan-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/apalis-imx6q/ubuntu/eoan/3.9.4/build/Dockerfile | Dockerfile | apache-2.0 | 4,829 |
FROM xuxueli/xxl-job-admin:2.1.2
ENTRYPOINT ["sh", "-c", "java $PARAMS -jar /app.jar"]
| broncho/docker-image | xxl-job/2.1.2/Dockerfile | Dockerfile | apache-2.0 | 88 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-fde-alpine:3.14-build
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.con... | resin-io-library/base-images | balena-base-images/golang/generic-amd64-fde/alpine/3.14/1.17.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,351 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-emmc-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 depend... | nghiant2710/base-images | balena-base-images/python/jetson-xavier-nx-devkit-emmc/alpine/3.12/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,150 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-ubuntu:xenial-run
ENV NODE_VERSION 14.16.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pg... | nghiant2710/base-images | balena-base-images/node/orange-pi-lite/ubuntu/xenial/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,922 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi2-ubuntu:eoan-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-ge... | nghiant2710/base-images | balena-base-images/golang/raspberrypi2/ubuntu/eoan/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,352 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-gateway-debian:buster-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
lib... | nghiant2710/base-images | balena-base-images/dotnet/beaglebone-green-gateway/debian/buster/3.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,537 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-neo-air-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 d... | nghiant2710/base-images | balena-base-images/python/nanopi-neo-air/ubuntu/xenial/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,075 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-alpine:3.11-run
ENV GO_VERSION 1.14.14
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && ec... | nghiant2710/base-images | balena-base-images/golang/odroid-c1/alpine/3.11/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,468 |
ARG PLATFORM
ARG IMAGE
FROM --platform=${PLATFORM} ${IMAGE}
WORKDIR /opt/power-meter
COPY target/power-meter*-shaded.jar /opt/power-meter/power-meter.jar
CMD java $JAVA_OPTS -jar /opt/power-meter/power-meter.jar -resource config.yml
| GideonLeGrange/modbus-mqtt | Dockerfile | Dockerfile | apache-2.0 | 237 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-ubuntu:disco-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/surface-go/ubuntu/disco/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,338 |
# 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... | nghiant2710/base-images | balena-base-images/python/solidrun-imx6/ubuntu/bionic/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,072 |
# AUTOGENERATED FILE
FROM balenalib/bananapi-m1-plus-ubuntu:bionic-build
ENV NODE_VERSION 10.24.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyse... | nghiant2710/base-images | balena-base-images/node/bananapi-m1-plus/ubuntu/bionic/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,769 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-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/odroid-u3+/alpine/3.12/3.10.2/run/Dockerfile | Dockerfile | apache-2.0 | 4,128 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-ubuntu:cosmic-build
ENV NODE_VERSION 12.21.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver h... | nghiant2710/base-images | balena-base-images/node/odroid-u3+/ubuntu/cosmic/12.21.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-debian:bookworm-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 --key... | resin-io-library/base-images | balena-base-images/node/raspberrypi4-64/debian/bookworm/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,941 |
# AUTOGENERATED FILE
FROM balenalib/imx7-var-som-ubuntu:focal-run
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/imx7-var-som/ubuntu/focal/6.0-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,943 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-debian:sid-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install pyth... | resin-io-library/base-images | balena-base-images/python/beaglebone-green-wifi/debian/sid/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,096 |
FROM ubuntu:18.04
# install ssh service to be tested by netstat
RUN apt-get update && apt-get upgrade -y && apt-get install openssh-server -y > /dev/null
# install java for testexecution
RUN apt-get install openjdk-11-jre -y > /dev/null
COPY dda-serverspec-standalone.jar /app/dda-serverspec-standalone.jar
COPY resou... | DomainDrivenArchitecture/dda-serverspec-crate | integration/docker18.04/image/Dockerfile | Dockerfile | apache-2.0 | 354 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-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 depen... | nghiant2710/base-images | balena-base-images/python/odroid-u3+/debian/buster/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 4,093 |
# AUTOGENERATED FILE
FROM balenalib/revpi-connect-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 \
libicu57 \
liblttng-ust... | nghiant2710/base-images | balena-base-images/dotnet/revpi-connect/debian/buster/2.1-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,972 |
# AUTOGENERATED FILE
FROM balenalib/aio-3288c-fedora:35-run
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", si... | resin-io-library/base-images | balena-base-images/python/aio-3288c/fedora/35/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 2,432 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-fedora:34-run
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualen... | resin-io-library/base-images | balena-base-images/python/raspberrypi4-64/fedora/34/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 2,438 |
# AUTOGENERATED FILE
FROM balenalib/jn30b-nano-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 dep... | nghiant2710/base-images | balena-base-images/python/jn30b-nano/debian/bullseye/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 4,097 |
# AUTOGENERATED FILE
FROM balenalib/photon-xavier-nx-debian:buster-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 ... | resin-io-library/base-images | balena-base-images/openjdk/photon-xavier-nx/debian/buster/16-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 3,022 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-debian:bullseye-build
ENV NODE_VERSION 14.16.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/beaglebone-black/debian/bullseye/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,797 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-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 depende... | nghiant2710/base-images | balena-base-images/python/qemux86/debian/stretch/3.7.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,092 |
# AUTOGENERATED FILE
FROM balenalib/nanopc-t4-alpine:3.11-run
ENV NODE_VERSION 15.10.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C5166006599... | nghiant2710/base-images | balena-base-images/node/nanopc-t4/alpine/3.11/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,024 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-debian:jessie-run
ENV NODE_VERSION 15.10.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keys... | nghiant2710/base-images | balena-base-images/node/fincm3/debian/jessie/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,938 |
# AUTOGENERATED FILE
FROM balenalib/i386-ubuntu:eoan-run
ENV GO_VERSION 1.14.14
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-get updat... | nghiant2710/base-images | balena-base-images/golang/i386/ubuntu/eoan/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,321 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6x-alpine:3.15-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 'dirna... | resin-io-library/base-images | balena-base-images/openjdk/nitrogen6x/alpine/3.15/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,763 |
# This is an auto generated Dockerfile for gazebo:gzserver9
# generated from docker_images/create_gzserver_image.Dockerfile.em
FROM ubuntu:bionic
# setup timezone
RUN echo 'Etc/UTC' > /etc/timezone && \
ln -s /usr/share/zoneinfo/Etc/UTC /etc/localtime && \
apt-get update && \
apt-get install -q -y --no-ins... | ruffsl/docker_images | gazebo/9/ubuntu/bionic/gzserver9/Dockerfile | Dockerfile | apache-2.0 | 1,155 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-edge-t-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/asus-tinker-edge-t/alpine/3.14/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,136 |
FROM ubuntu:16.04
MAINTAINER Andrey Zheregelya
# Currently this file contains the copy of validator node but without database config.
# It also starts CLI as entrypoint by default
# And also contains tester script
ARG install_sovrin_common="pip3 install --no-cache-dir sovrin-common"
ARG install_sovrin_client="pip3 i... | keenondrums/sovrin-node | docker-files/Dockerfile | Dockerfile | apache-2.0 | 1,029 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-debian:bullseye-build
ENV NODE_VERSION 14.16.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/surface-go/debian/bullseye/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,794 |
# Copyright 2022 Google LLC
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, so... | GoogleCloudPlatform/professional-services | tools/google-cloud-support-slackbot/Dockerfile | Dockerfile | apache-2.0 | 1,615 |
FROM python:2-onbuild
RUN mkdir /test
RUN apt-get update && \
apt-get install -y bonnie++ && \
apt-get autoremove && \
apt-get clean
COPY run.sh run.sh
CMD ["./run.sh"]
| mellanox-senior-design/docker-volume-rdma | benchmarking/bonnie/Dockerfile | Dockerfile | apache-2.0 | 185 |
# Doing a local shallow clone - keeps the container secure
# and much slimmer than using COPY directly or making a
# remote clone
ARG BASE_CONTAINER="numpy/numpy-dev:latest"
FROM gitpod/workspace-base:latest as clone
COPY --chown=gitpod . /tmp/numpy_repo
# the clone should be deep enough for versioneer to work
RUN g... | simongibbons/numpy | tools/gitpod/gitpod.Dockerfile | Dockerfile | bsd-3-clause | 1,642 |
FROM r-base:3.4.1
MAINTAINER Raman Prasad (raman_prasad@harvard.edu)
# ----------------------------------------------------
# This contains R and specific packages
# needed to run the TwoRavens rook application
#
# - The Image from this Dockerfile is used as a base
# to copy in the Rook files and run the app in /ro... | vjdorazio/TwoRavens | setup/r-base/Dockerfile | Dockerfile | bsd-3-clause | 1,950 |
FROM ubuntu:14.04
MAINTAINER Marco Wise <marco.wise@stanford.edu>
RUN apt-get update && apt-get install -y \
apache2 \
build-essential \
cpanminus \
libapache2-mod-perl2 \
mysql-server \
perl \
supervisor \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN ["cpanm", "Class::DBI", "Data::Dumper", ... | mistermarco/webforms | docker/Dockerfile | Dockerfile | bsd-3-clause | 1,141 |
FROM library/alpine:3.6
# Necessary depedencies
RUN apk --update add haproxy bash curl tar
# Install S6 from static bins
RUN cd / && curl -L https://github.com/just-containers/skaware/releases/download/v1.17.1/s6-eeb0f9098450dbe470fc9b60627d15df62b04239-linux-amd64-bin.tar.gz | tar -xvzf -
# Set up Sidecar
ADD sidec... | newrelic/sidecar | docker/Dockerfile | Dockerfile | mit | 457 |
FROM buildpack-deps:squeeze-curl
RUN apt-get update && apt-get install -y --no-install-recommends \
bzr \
git \
mercurial \
openssh-client \
subversion \
&& rm -rf /var/lib/apt/lists/*
| mattrobenolt/buildpack-deps | squeeze/scm/Dockerfile | Dockerfile | mit | 197 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-alpine:3.13-run
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dirname... | nghiant2710/base-images | balena-base-images/openjdk/jetson-tx2/alpine/3.13/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,755 |
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="trimmomatic" \
base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \
container="trimmomatic" \
about.summary="flexible read trimming tool for Illumina NGS data... | BioDocker/containers | trimmomatic/0.38dfsg-1-deb/Dockerfile | Dockerfile | apache-2.0 | 1,043 |
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="cutadapt" \
base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \
container="cutadapt" \
about.summary="Clean biological sequences from high-throughput sequenc... | BioDocker/containers | cutadapt/1.18-1-deb-py3/Dockerfile | Dockerfile | apache-2.0 | 933 |
FROM ubuntu:16.04
# Let's try to limit the number of layers to minimum:
ENV OPENRESTY_VERSION=1.9.15.1 \
OPENRESTY_DOWNLOAD_SHASUM=491a84d70ed10b79abb9d1a7496ee57a9244350b \
OPENRESTY_DIR=/usr/local/src/openresty \
OPENRESTY_COMPILE_SCRIPT=/usr/local/src/build-resty.sh \
OPENRESTY_COMPILE_OPTS="" \
... | asridharan/dcos | packages/adminrouter/docker/Dockerfile | Dockerfile | apache-2.0 | 5,515 |
# Copyright 2016 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | ahakanbaba/kubernetes | build/build-image/cross/Dockerfile | Dockerfile | apache-2.0 | 3,661 |
FROM python:2
# Workaround for https://github.com/boot2docker/boot2docker/issues/357
# make sure the container can talk to the external resources
RUN echo "8.8.8.8" > /etc/resolv.conf
RUN echo "8.8.4.4" >> /etc/resolv.conf
RUN mkdir -p /opt/frontend/
ADD *.py /opt/frontend/
ADD run.sh /opt/frontend/
WORKDIR /opt/fro... | kjheimark/abacourse | exercise4/frontend/Dockerfile | Dockerfile | mit | 387 |
FROM factual/docker-cdh5-base
# for ruby 2.2
RUN apt-add-repository ppa:brightbox/ruby-ng
RUN apt-get update && apt-get install -y git-core default-jdk maven ruby2.2 ruby2.2-dev build-essential zlib1g-dev libcurl4-gnutls-dev libncurses5-dev
#lein
ADD https://raw.githubusercontent.com/technomancy/leiningen/stable/bi... | CMBleakley/docker-cdh5-dev | Dockerfile | Dockerfile | mit | 445 |
FROM smebberson/alpine-consul-base
MAINTAINER Scott Mebberson <scott@scottmebberson.com>
# Install Node.js (and Python in case any npm modules require building)
RUN apk add --update nodejs git python make && \
rm -rf /var/cache/apk/*
| withinboredom/docker-alpine | alpine-consul-nodejs/Dockerfile | Dockerfile | mit | 239 |
FROM node:16-bullseye
## INSTALL
# Dependencies for Puppeteer
RUN apt update && apt install -y wget git --no-install-recommends \
&& wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
&& sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /et... | Ionaru/MarketBot | Dockerfile | Dockerfile | mit | 1,146 |
FROM node:12-alpine
RUN apk add --no-cache --virtual build-dependencies make gcc g++ python && \
apk add --no-cache krb5-dev imagemagick graphicsmagick
WORKDIR /app/api
COPY package.json /app/api
COPY package-lock.json /app/api
RUN npm ci
COPY . /app/api
CMD npm start
EXPOSE 8000
| danactive/history | api/Dockerfile | Dockerfile | mit | 285 |
FROM php:7.0-cli
MAINTAINER Peter Siska "pesche@gridonic.ch"
COPY config/99_custom.ini /usr/local/etc/php/conf.d/
RUN apt-get update && apt-get install -y \
zlib1g-dev \
libicu-dev \
libpq-dev \
libfreetype6-dev \
libjpeg62-turbo-dev \
libmcrypt-dev \
libpng12-... | gridonic/docker-images | php70/Dockerfile | Dockerfile | mit | 1,230 |
FROM meteorhacks/meteord:base
MAINTAINER Olivers De Abreu
ONBUILD COPY ./ /app
ONBUILD RUN bash $METEORD_DIR/on_build.sh | oliversd/meteord | onbuild/Dockerfile | Dockerfile | mit | 121 |
FROM debian:11.1
RUN apt-get update && apt-get dist-upgrade -y
RUN apt-get update && apt-get install -y make
# full installation is NOT required, though it is ver convenient in real life ;)
RUN apt-get update && apt-get install -y texlive-full
# none of the following packages is strictly required for all the presen... | el-bart/beamer_cpp | sdk/Dockerfile | Dockerfile | mit | 596 |
FROM alpine
MAINTAINER Denys Chekirda <dchekirda@gmail.com>
ENV KIBANA_VERSION 4.0.2
RUN apk add --update nodejs curl && \
curl -LO https://download.elastic.co/kibana/kibana/kibana-${KIBANA_VERSION}-linux-x64.tar.gz && \
tar xzf /kibana-${KIBANA_VERSION}-linux-x64.tar.gz -C / && \
rm /kibana-${KIBANA_VERS... | Rocklviv/kibana | Dockerfile | Dockerfile | mit | 835 |
FROM centos:centos7
MAINTAINER Marian Sievers <info@mariansievers.de>
# EXPOSE 8080
# Install software
RUN yum -y update && yum clean all
RUN yum install -y tar gzip wget && yum clean all
# Install io.js
RUN mkdir /root/iojs
RUN wget https://iojs.org/dist/v1.1.0/iojs-v1.1... | KommunalCrowd/vagrant-devbox | docker/iojs/Dockerfile | Dockerfile | mit | 664 |
FROM sameersbn/ubuntu:14.04.20170123
MAINTAINER sameer@damagehead.com
ENV OPENFIRE_VERSION=3.10.3 \
OPENFIRE_USER=openfire \
OPENFIRE_DATA_DIR=/var/lib/openfire \
OPENFIRE_LOG_DIR=/var/log/openfire
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-7-jre \
&& wget "http://... | sameersbn/docker-openfire | Dockerfile | Dockerfile | mit | 893 |
# Pull base image.
FROM dockerfile/elasticsearch
# Define default command.
CMD ["/elasticsearch/bin/elasticsearch", "-Des.http.cors.allow-origin=*","-Des.http.cors.enabled=true"]
EXPOSE 9200
EXPOSE 9300
| code4hk/budget-explorer | Dockerfile | Dockerfile | mit | 206 |
FROM alpine:3.14
LABEL NodeSource <https://nodesource.com/>
ARG NODEJS_LTS=gallium
ARG NSOLID_VERSION
ARG BUILD_TIME
LABEL vendor="NodeSource" \
product="N|Solid" \
version=$NSOLID_VERSION \
nodejs=$NODEJS_LTS \
distro="alpine" \
date=$BUILD_TIME
WORKDIR /
# Get Dependencies
COPY ./nso... | nodesource/docker-nsolid | dockerfiles/alpine/nsolid.dockerfile | Dockerfile | mit | 805 |
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you ma... | blankdots/docker-SemanticWebApps | apache-fuseki/Dockerfile | Dockerfile | mit | 3,486 |
FROM golang:1.6 as builder
MAINTAINER Michał Knapik <michal.knapik@u2i.com>
WORKDIR $GOPATH/src/superstellar
ADD . /go/src/superstellar
RUN go get superstellar
RUN go build superstellar
RUN go install superstellar
FROM debian:jessie
EXPOSE 8080
COPY --from=builder /go/bin/superstellar /
CMD /superstellar
| u2i/superstellar | docker/backend/Dockerfile | Dockerfile | mit | 314 |
FROM ubuntu
MAINTAINER pandazwb
RUN set -ex \
&& apt-get update \
&& apt-get install -y -qq --no-install-recommends ca-certificates git wget apt-utils \
&& apt-get install -y build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils \
&& apt-get install -y libboost-... | pandazwb/qtum-docker | qtum-bitcore/Dockerfile | Dockerfile | mit | 967 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.