Skip to content

Commit

Permalink
tools/docker: Fix debian-sid
Browse files Browse the repository at this point in the history
version returned by lsb-release is 'n/a' which break all scripts...
  • Loading branch information
Mizux committed Nov 25, 2022
1 parent 6116265 commit 92eab40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/docker/images/debian-sid.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
## OR-TOOLS ##
################
FROM env AS devel
ENV DISTRIBUTION=debian-sid

WORKDIR /root
# Copy the snk key
COPY or-tools.snk /root/or-tools.snk
Expand Down

0 comments on commit 92eab40

Please sign in to comment.