Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • selsky/ntpsec
  • armbiant/gnome-ntpsec
  • smallm/ntpsec
  • devicenull/ntpsec
  • paelzer/ntpsec
  • mvangund/ntpsec
  • fe051/ntpsec
  • ollie314/ntpsec
  • rlaager/ntpsec
  • fhgwright/ntpsec
  • phirephly/ntpsec
  • Omnifarious/ntpsec
  • ghane/ntpsec
  • antranigv/ntpsec
  • pakarsolusitelematika/ntpsec
  • ianbruene/ntpsec
  • wingel/ntpsec
  • katyaBeck/ntpsec
  • akumiszcza/ntpsec
  • rouing/ntpsec
  • NTPsec/ntpsec
  • mlichvar/ntpsec
  • ktims/ntpsec
  • fararano.kevin/ntpsec
  • phillipcharleshart/ntpsec
  • SPACE001/ntpsec
  • thomasdstewart/ntpsec
  • testsleeek/ntpsec
  • NeatNerdPrime/ntpsec
  • marcinbrodowski35/ntpsec
  • AbbasDev/ntpsec
  • jurgen.xhelo/ntpsec
  • Wan10/ntpsec
  • BrnoPCmaniak/ntpsec
  • anastrophe/ntpsec
  • georgyo/ntpsec
  • mikie.simpson/ntpsec
  • OptimalRanging/ntpsec
  • toofishes/ntpsec
  • Jandrusk/ntpsec
  • sdwalker/ntpsec
  • mnordhoff/ntpsec
  • cjmayo/ntpsec
  • micromax/ntpsec
  • tychotithonus/ntpsec
  • ddrown/ntpsec
  • brendanbank/ntpsec
  • jh23453/ntpsec
  • samifarin/ntpsec
  • miller24joseph/ntpsec
  • AZDNice/ntpsec
  • lnceballos/ntpsec
  • gabriel-ku/ntpsec
  • psreport/ntpsec
  • thesamesam/ntpsec
  • alexk7/ntpsec
  • RRZEFox/ntpsec
  • m_by/ntpsec
  • jameshilliard/ntpsec
  • daemoneye/ntpsec
  • xgerault/ntpsec
  • permanent-vacations/ntpsec
  • o.zeynalpour/ntpsec
  • ravi.love.nippy/ntpsec
  • jhamlin96/ntpsec
  • abaehr/ntpsec
  • accidentallythecable-public/forks/ntpsec
  • james.jstroud/ntpsec
  • youwt19821020/ntpsec-no-root
  • jamesb_fe80/ntpsec
  • demsjf8/ntpsec
  • yegorich/ntpsec
  • 1963bib/ntpsec
  • armbiant/gnome-ntp
  • chucalu/ntpsec
  • folkertvanheusden/ntpsec
  • mktyler/ntpsec
  • 19bcs2794/ntpsec
  • LOCNNIL/ntpsec
  • lifeofguenter/ntpsec
  • trv-n/ntpsec-trimble-3
  • szepeviktor/ntpsec
  • lightswitch05/ntpsec
  • m_msft/ntpsec
84 results
Show changes
Commits on Source (2)
Showing
with 178 additions and 21 deletions
...@@ -5,4 +5,11 @@ ...@@ -5,4 +5,11 @@
FROM alpine FROM alpine
RUN apk update RUN apk update
RUN apk add gcc bison musl-dev openssl-dev libcap-dev python3-dev libbsd RUN apk add \
bison \
gcc \
libbsd \
libcap-dev \
musl-dev \
openssl-dev \
python3-dev
...@@ -5,4 +5,11 @@ ...@@ -5,4 +5,11 @@
FROM alpine:edge FROM alpine:edge
RUN apk update RUN apk update
RUN apk add gcc bison musl-dev openssl-dev libcap-dev python3-dev libbsd RUN apk add \
bison \
gcc \
libbsd \
libcap-dev \
musl-dev \
openssl-dev \
python3-dev
...@@ -5,4 +5,14 @@ ...@@ -5,4 +5,14 @@
FROM alpine FROM alpine
RUN apk update RUN apk update
RUN apk add gcc bison musl-dev openssl-dev libcap-dev python3-dev libbsd asciidoctor findutils gzip RUN apk add \
asciidoctor \
bison \
findutils \
gcc \
gzip \
libbsd \
libcap-dev \
musl-dev \
openssl-dev \
python3-dev
...@@ -5,4 +5,12 @@ ...@@ -5,4 +5,12 @@
FROM alpine FROM alpine
RUN apk update RUN apk update
RUN apk add gcc bison musl-dev openssl-dev libcap-dev python3-dev libbsd libseccomp-dev RUN apk add \
bison \
gcc \
libbsd \
libcap-dev \
libseccomp-dev \
musl-dev \
openssl-dev \
python3-dev
...@@ -7,4 +7,11 @@ FROM quay.io/centos/centos:stream9 ...@@ -7,4 +7,11 @@ FROM quay.io/centos/centos:stream9
RUN dnf -y install dnf-plugins-core RUN dnf -y install dnf-plugins-core
RUN dnf config-manager --set-enabled crb RUN dnf config-manager --set-enabled crb
RUN dnf -y install epel-release RUN dnf -y install epel-release
RUN dnf -y install bison gcc openssl-devel libcap-devel python3-devel pps-tools-devel libbsd-devel RUN dnf -y install \
bison \
gcc \
libbsd-devel \
libcap-devel \
openssl-devel \
python3-devel \
pps-tools-devel
...@@ -5,4 +5,12 @@ ...@@ -5,4 +5,12 @@
FROM debian:testing-slim FROM debian:testing-slim
RUN apt-get update RUN apt-get update
RUN apt-get install -y netbase bison libssl-dev libcap-dev pps-tools python3-dev libbsd-dev clang RUN apt-get install -y \
bison \
clang \
libbsd-dev \
libcap-dev \
libssl-dev \
netbase \
pps-tools \
python3-dev
...@@ -7,4 +7,14 @@ ...@@ -7,4 +7,14 @@
FROM debian:stable-slim FROM debian:stable-slim
RUN apt-get update RUN apt-get update
RUN apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python3-dev libbsd-dev curl git RUN apt-get install -y \
bison \
curl \
gcc \
git \
libbsd-dev \
libcap-dev \
libssl-dev \
netbase \
pps-tools \
python3-dev
...@@ -6,5 +6,15 @@ FROM debian:testing ...@@ -6,5 +6,15 @@ FROM debian:testing
RUN dpkg --add-architecture armhf RUN dpkg --add-architecture armhf
RUN apt-get update RUN apt-get update
RUN DEBIAN_FRONTEND="noninteractive" apt-get install -y bison gcc gcc-arm-linux-gnueabihf git make netbase pps-tools python-is-python3 wget RUN DEBIAN_FRONTEND="noninteractive" apt-get install -y \
RUN DEBIAN_FRONTEND="noninteractive" apt-get install -y libssl-dev:armhf libpython3-dev:armhf bison \
gcc \
gcc-arm-linux-gnueabihf \
git \
libpython3-dev:armhf \
libssl-dev:armhf \
make \
netbase \
pps-tools \
python-is-python3 \
wget
...@@ -5,4 +5,12 @@ ...@@ -5,4 +5,12 @@
FROM debian:oldstable-slim FROM debian:oldstable-slim
RUN apt-get update RUN apt-get update
RUN apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python3-dev libbsd-dev RUN apt-get install -y \
bison \
gcc \
libbsd-dev \
libcap-dev \
libssl-dev \
netbase \
pps-tools \
python3-dev
...@@ -5,4 +5,12 @@ ...@@ -5,4 +5,12 @@
FROM debian:stable-slim FROM debian:stable-slim
RUN apt-get update RUN apt-get update
RUN apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python3-dev libbsd-dev RUN apt-get install -y \
bison \
gcc \
libbsd-dev \
libcap-dev \
libssl-dev \
netbase \
pps-tools \
python3-dev
...@@ -5,4 +5,12 @@ ...@@ -5,4 +5,12 @@
FROM i386/debian:stable-slim FROM i386/debian:stable-slim
RUN apt-get update RUN apt-get update
RUN apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python3-dev libbsd-dev RUN apt-get install -y \
bison \
gcc \
libbsd-dev \
libcap-dev \
libssl-dev \
netbase \
pps-tools \
python3-dev
...@@ -5,4 +5,13 @@ ...@@ -5,4 +5,13 @@
FROM debian:stable-slim FROM debian:stable-slim
RUN apt-get update RUN apt-get update
RUN apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python3-dev libbsd-dev libavahi-compat-libdnssd-dev RUN apt-get install -y \
bison \
gcc \
libavahi-compat-libdnssd-dev \
libbsd-dev \
libcap-dev \
libssl-dev \
netbase \
pps-tools \
python3-dev
...@@ -5,4 +5,12 @@ ...@@ -5,4 +5,12 @@
FROM debian:testing-slim FROM debian:testing-slim
RUN apt-get update RUN apt-get update
RUN apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python3-dev libbsd-dev RUN apt-get install -y \
bison \
gcc \
libbsd-dev \
libcap-dev \
libssl-dev \
netbase \
pps-tools \
python3-dev
...@@ -5,4 +5,13 @@ ...@@ -5,4 +5,13 @@
FROM debian:unstable-slim FROM debian:unstable-slim
RUN apt-get update RUN apt-get update
RUN apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python3-dev libbsd-dev gpsd RUN apt-get install -y \
bison \
gcc \
gpsd \
libbsd-dev \
libcap-dev \
libssl-dev \
netbase \
pps-tools \
python3-dev
...@@ -4,4 +4,11 @@ ...@@ -4,4 +4,11 @@
FROM fedora:latest FROM fedora:latest
RUN dnf -y install bison gcc openssl-devel libcap-devel pps-tools-devel python3-devel libbsd-devel RUN dnf -y install \
bison \
gcc \
libbsd-devel \
libcap-devel \
openssl-devel \
pps-tools-devel \
python3-devel
...@@ -8,4 +8,7 @@ FROM gentoo/stage3 ...@@ -8,4 +8,7 @@ FROM gentoo/stage3
COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo
RUN emerge -q y sys-libs/libcap sys-devel/bison net-misc/pps-tools RUN emerge -q y \
net-misc/pps-tools \
sys-devel/bison \
sys-libs/libcap
...@@ -4,4 +4,12 @@ ...@@ -4,4 +4,12 @@
FROM opensuse/leap FROM opensuse/leap
RUN zypper -n install bison gcc libopenssl-devel libcap-devel pps-tools-devel python3-devel python3-curses libbsd-devel RUN zypper -n install \
bison \
gcc \
libbsd-devel \
libcap-devel \
libopenssl-devel \
pps-tools-devel \
python3-curses \
python3-devel
...@@ -5,4 +5,11 @@ ...@@ -5,4 +5,11 @@
FROM python:2-slim FROM python:2-slim
RUN apt-get update -qq RUN apt-get update -qq
RUN apt-get install -y -qq netbase bison gcc libssl-dev libcap-dev pps-tools libbsd-dev RUN apt-get install -y -qq \
bison \
gcc \
libbsd-dev \
libcap-dev \
libssl-dev \
netbase \
pps-tools
...@@ -5,4 +5,11 @@ ...@@ -5,4 +5,11 @@
FROM python:3-slim FROM python:3-slim
RUN apt-get update -qq RUN apt-get update -qq
RUN apt-get install -y -qq netbase bison gcc libssl-dev libcap-dev pps-tools libbsd-dev RUN apt-get install -y -qq \
bison \
gcc \
libbsd-dev \
libcap-dev \
libssl-dev \
netbase \
pps-tools
...@@ -5,4 +5,12 @@ ...@@ -5,4 +5,12 @@
FROM ubuntu:latest FROM ubuntu:latest
RUN apt-get update RUN apt-get update
RUN apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python3-dev libbsd-dev RUN apt-get install -y \
bison \
gcc \
libbsd-dev \
libcap-dev \
libssl-dev \
netbase \
pps-tools \
python3-dev