mirror of
https://github.com/nemtrif/utfcpp.git
synced 2025-04-05 05:25:07 +00:00
Update docker to 3.0.1
This commit is contained in:
parent
d5e847d0a3
commit
335a3ee6a0
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ version: 2
|
|||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: nemtrif/utf8cpp:3.0
|
||||
- image: nemtrif/utf8cpp:3.0.1
|
||||
steps:
|
||||
- checkout
|
||||
- run: git submodule update --init --recursive --remote
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
FROM debian:stretch-slim
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y make g++ cmake \
|
||||
&& apt-get install -y make g++ cmake git \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
|
Loading…
Add table
Reference in a new issue