fix dockerfile

This commit is contained in:
jem 2020-11-13 15:44:36 +01:00
parent 628b608896
commit 0d60f13121
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ services:
before_script:
- set -eux; apk add --no-cache build-base python3 py3-pip py3-setuptools;
- pip3 install pybuilder ddadevops deprecation python-terraform boto3 mfa --user
- pip3 install pybuilder ddadevops deprecation python-terraform boto3 mfa
- export PATH=$PATH:~/.local/bin
build:

View file

@ -4,8 +4,8 @@ FROM ubuntu:focal
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update > /dev/null \
apt-get install restic ca-certificates -y > /dev/null \
RUN apt-get update > /dev/null; \
apt-get install restic ca-certificates -y > /dev/null; \
update-ca-certificates