Commit eb6cbad 1 parent fdda229 commit eb6cbad Copy full SHA for eb6cbad
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
SHELL = /bin/bash
2
2
ARCH ?= $(shell uname -m)
3
3
PYTHON ?= /usr/bin/python3
4
- OS_CODENAME ?= $(shell grep VERSION_CODENAME= /etc/os-release | cut -f2 -d= )
4
+ OS_CODENAME ?= $(shell lsb_release -cs )
5
5
6
6
ifneq ("$(wildcard .git) ","")
7
7
RELEASE ?= $(or $(shell git rev-parse --abbrev-ref HEAD | grep -v '^stable$$') ,\
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV QEMU_CPU=$QEMU_CPU
6
6
7
7
RUN apt-get update && \
8
8
DEBIAN_FRONTEND=noninteractive \
9
- apt-get install -y build-essential git wget \
9
+ apt-get install -y lsb-release build-essential git wget \
10
10
virtualenv fakeroot debhelper \
11
11
libpcap-dev libsodium-dev libevent-dev \
12
12
python3-twisted python3-pyroute2 \
You can’t perform that action at this time.
0 commit comments