Fix dockerfile

This commit is contained in:
Simon 2021-10-10 13:51:39 +01:00
parent 78addc6cff
commit 8250dc8cf3
No known key found for this signature in database
GPG Key ID: 6ACF11630B5D8F82
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ RUN useradd -u 54000 radio && \
cd DMRGateway && \
git reset --hard 6e89e4922f8c5eb7ec3797729a82137d70bc8940 && \
make && \
apt-get remove -y gcc g++ make git wget python2-dev && \
apt-get remove -y gcc g++ make git wget && \
apt-get -y autoremove && \
apt-get -y purge && \
rm -rvf /var/cache/apt/archives/* && \