mirror of
https://github.com/github/semantic.git
synced 2025-01-04 13:34:31 +03:00
Need a couple more things in base image
This commit is contained in:
parent
c76e961400
commit
237bc11bd1
@ -5,7 +5,9 @@ FROM debian:stable-slim
|
||||
# Install dependencies
|
||||
RUN apt-get update && apt-get install -y \
|
||||
ca-certificates \
|
||||
libgmp10
|
||||
libgmp10 \
|
||||
netbase \
|
||||
libssl1.1
|
||||
|
||||
# Cleanup
|
||||
RUN apt-get autoremove -y && \
|
||||
|
Loading…
Reference in New Issue
Block a user