Merge remote-tracking branch 'bricewge/fix-34'
This commit is contained in:
commit
66d511b07b
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eu
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
# `docker run --rm -it -v $(pwd):$(pwd) -w $(pwd) stowtest`
|
||||
FROM debian:jessie
|
||||
RUN DEBIAN_FRONTEND=noninteractive \
|
||||
apt-get clean && \
|
||||
apt-get update -qq && \
|
||||
apt-get install -y -q \
|
||||
autoconf \
|
||||
|
@ -18,6 +17,7 @@ apt-get install -y -q \
|
|||
texinfo \
|
||||
texlive \
|
||||
texi2html \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Set up perlbrew
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Test Stow across multiple Perl versions, by executing the
|
||||
# Docker image built via build-docker.sh.
|
||||
|
|
Loading…
Reference in a new issue